반응형 설정1 Nginx 설치 from Source(Mac기준) 1. 설치 디렉토리 /app/nginx 생성 2. nginx 다운로드 - http://nginx.org/en/download.html - stable 버전 다운로드, /app/nginx 디렉토리에 압축해제(/app/nginx/nginx-1.20.2) 3. PCRE 다운로드 - https://www.pcre.org/ -> https://sourceforge.net/projects/pcre/files/ (pcre2 아님) - tar.gz 파일 다운로드 /app/nginx 디렉토리에 압축해제(/app/nginx/pcre-8.45) * PCRE 라이브러리는 http_rewrite_module와 Location Directive의 정규식 표현에 필요하다 함. 4. Nginx 설치 > cd /nginx/nginx-.. 2022. 1. 18. 이전 1 다음 반응형