Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия | |||
abills:docs:modules:cams:nginx [2018/03/07 17:19] andriy |
abills:docs:modules:cams:nginx [2018/03/07 17:20] (текущий) andriy |
||
---|---|---|---|
Строка 7: | Строка 7: | ||
apt-get -y install libpcre3 libpcre3-dev libssl-dev | apt-get -y install libpcre3 libpcre3-dev libssl-dev | ||
cd /usr/src/ | cd /usr/src/ | ||
- | wget http://nginx.org/download/nginx-1.9.0.tar.gz | + | wget http://nginx.org/download/nginx-1.13.9.tar.gz |
- | tar -xzvf nginx-1.9.0.tar.gz | + | tar -xzvf nginx-1.13.9.tar.gz |
- | cd nginx-1.9.0 | + | cd nginx-1.13.9 |
./configure --prefix=/usr --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-http_ssl_module --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_gzip_static_module --with-http_stub_status_module | ./configure --prefix=/usr --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-http_ssl_module --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_gzip_static_module --with-http_stub_status_module | ||
make | make |