From 6de67658041b8b0e53d6edd432ff40461d772cea Mon Sep 17 00:00:00 2001 From: Hakase Date: Thu, 10 May 2018 02:50:22 +0900 Subject: [PATCH] Fix typo --- auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto.sh b/auto.sh index 3f778bc..e359ba2 100755 --- a/auto.sh +++ b/auto.sh @@ -108,8 +108,8 @@ auto/configure \ --http-log-path=${NGX_LOG}/access.log \ --error-log-path=${NGX_LOG}/error.log \ --sbin-path=${NGX_SBIN_PATH} \ ---http-client-body-temp-path=${NGX_LIB}/nginx/client_body_temp \ ---http-proxy-temp-path=${NGX_LIB}/nginx/proxy_temp \ +--http-client-body-temp-path=${NGX_LIB}/client_body_temp \ +--http-proxy-temp-path=${NGX_LIB}/proxy_temp \ --http-fastcgi-temp-path=${NGX_LIB}/fastcgi_temp \ --http-scgi-temp-path=${NGX_LIB}/scgi_temp \ --http-uwsgi-temp-path=${NGX_LIB}/uwsgi_temp \