Mise à jour de 'nginx_compile_deb.sh'

This commit is contained in:
Dryusdan 2021-04-16 15:02:05 +02:00
parent 3398a1a2ed
commit 5413b50e5f
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ tar xzf nginx-${NGINX_VER}.tar.gz
cd ${TMP_FOLDER}/nginx-${NGINX_VER}
#make clean
./configure --prefix=/etc/nginx \
--sbin-path=/usr/local/sbin/nginx \
--sbin-path=/usr/sbin/nginx \
--http-log-path=/var/log/nginx/access.log \
--error-log-path=/var/log/nginx/error.log \
--pid-path=/run/nginx.pid \