eyesofkhepri
4. NginX 설치 본문
4. NginX 설치
(1) 설치에 필요한 라이브러리 설치
sudo yum install gcc libpcre3 libpcre3-dev zlib1g zlib1g-dev libssl-dev pcre pcre-devel openssl openssl-devel
(2) 컴파일을 위한 설정
./configure --prefix=/home/allympuskr/env/nginx --with-http_ssl_module --with-http_stub_status_module --user=allympuskr
(3) 빌드
make install
'nginx' 카테고리의 다른 글
3. ngx_http_realip_module (0) | 2017.12.12 |
---|---|
2. X-Content-Type-Options (0) | 2017.12.12 |
1. X-Frame-Options과 ClickJacking (0) | 2017.12.12 |
Comments