From 5413b50e5f2f77d02fe2b5aae63902d7df30f68b Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Fri, 16 Apr 2021 15:02:05 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'nginx=5Fcompile=5F?= =?UTF-8?q?deb.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx_compile_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \