summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index e4e5f6310..7f8393789 100644
--- a/meta-webserver/recipes-httpd/nginx/nginx.inc
+++ b/meta-webserver/recipes-httpd/nginx/nginx.inc
@@ -63,6 +63,11 @@ do_configure () {
63 --conf-path=${sysconfdir}/nginx/nginx.conf \ 63 --conf-path=${sysconfdir}/nginx/nginx.conf \
64 --http-log-path=${localstatedir}/log/nginx/access.log \ 64 --http-log-path=${localstatedir}/log/nginx/access.log \
65 --error-log-path=${localstatedir}/log/nginx/error.log \ 65 --error-log-path=${localstatedir}/log/nginx/error.log \
66 --http-client-body-temp-path=/run/nginx/client_body_temp \
67 --http-proxy-temp-path=/run/nginx/proxy_temp \
68 --http-fastcgi-temp-path=/run/nginx/fastcgi_temp \
69 --http-uwsgi-temp-path=/run/nginx/uwsgi_temp \
70 --http-scgi-temp-path=/run/nginx/scgi_temp \
66 --pid-path=/run/nginx/nginx.pid \ 71 --pid-path=/run/nginx/nginx.pid \
67 --prefix=${prefix} \ 72 --prefix=${prefix} \
68 --with-http_ssl_module \ 73 --with-http_ssl_module \