nginx 1.14.0 소스 코드 컴 파일 설치

yum -y install gcc pcre pcre-devel zlib zlib-devel openssl openssl-devel
mkdir /tools && cd /tools
wget https://nginx.org/download/nginx-1.14.0.tar.gz
useradd www -s /sbin/nologin -M
tar xf nginx-1.14.0.tar.gz
cd nginx-1.14.0
mkdir -p /application/nginx
./configure --user=www --group=www --prefix=/application/nginx --sbin-path=/application/nginx/sbin/nginx --with-http_ssl_module --with-http_stub_status_module
make -j grep processor /proc/cpuinfo |wc -l
make install
/ application / nginx / sbin / nginx 시작 nginx
/ application / nginx / sbin / nginx - s stop 정지 nginx
/ application / nginx / sbin / nginx - s reload 과부하 nginx

좋은 웹페이지 즐겨찾기