fixed logging to stdout and stderr

This commit is contained in:
Ricard Bejarano 2019-05-30 10:13:31 +02:00
parent 49c22253e8
commit 48296fd798
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19
2 changed files with 4 additions and 4 deletions

View file

@ -17,8 +17,8 @@ ARG NGINX_CONFIG="\
--sbin-path=/nginx \ --sbin-path=/nginx \
--conf-path=/etc/nginx/nginx.conf \ --conf-path=/etc/nginx/nginx.conf \
--pid-path=/tmp/nginx.pid \ --pid-path=/tmp/nginx.pid \
--http-log-path=/dev/null \ --http-log-path=/dev/stdout \
--error-log-path=/dev/null \ --error-log-path=/dev/stderr \
--http-client-body-temp-path=/tmp/client_temp \ --http-client-body-temp-path=/tmp/client_temp \
--http-proxy-temp-path=/tmp/proxy_temp \ --http-proxy-temp-path=/tmp/proxy_temp \
--http-fastcgi-temp-path=/tmp/fastcgi_temp \ --http-fastcgi-temp-path=/tmp/fastcgi_temp \

View file

@ -17,8 +17,8 @@ ARG NGINX_CONFIG="\
--sbin-path=/nginx \ --sbin-path=/nginx \
--conf-path=/etc/nginx/nginx.conf \ --conf-path=/etc/nginx/nginx.conf \
--pid-path=/tmp/nginx.pid \ --pid-path=/tmp/nginx.pid \
--http-log-path=/dev/null \ --http-log-path=/dev/stdout \
--error-log-path=/dev/null \ --error-log-path=/dev/stderr \
--http-client-body-temp-path=/tmp/client_temp \ --http-client-body-temp-path=/tmp/client_temp \
--http-proxy-temp-path=/tmp/proxy_temp \ --http-proxy-temp-path=/tmp/proxy_temp \
--http-fastcgi-temp-path=/tmp/fastcgi_temp \ --http-fastcgi-temp-path=/tmp/fastcgi_temp \