diff --git a/network/nginx/nginx.conf b/network/nginx/nginx.conf index 5cac128e1..299117115 100644 --- a/network/nginx/nginx.conf +++ b/network/nginx/nginx.conf @@ -33,7 +33,7 @@ var_append confopt ' ' "--lock-path=$localstatedir/lock/nginx.lock" var_append confopt ' ' "--http-proxy-temp-path=$localstatedir/$pkg/temp/proxy_temp" # set path to the http fastcgi temporary var_append confopt ' ' "--http-fastcgi-temp-path=$localstatedir/$pkg/temp/fastcgi_temp" -set path to the http client request body +# set path to the http client request body var_append confopt ' ' "--http-client-body-temp-path=$localstatedir/$pkg/temp/client_body_temp" # log directories @@ -45,4 +45,3 @@ var_append confopt ' ' "--error-log-path=$logdir/error.log" if pkginstalled openssl; then var_append confopt ' ' "--with-http_ssl_module" fi -