diff --git a/nginx_compile_deb.sh b/nginx_compile_deb.sh index eb9f760..58f08e7 100755 --- a/nginx_compile_deb.sh +++ b/nginx_compile_deb.sh @@ -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 \