fixed logging to stdout and stderr
This commit is contained in:
parent
49c22253e8
commit
48296fd798
2 changed files with 4 additions and 4 deletions
|
@ -17,8 +17,8 @@ ARG NGINX_CONFIG="\
|
|||
--sbin-path=/nginx \
|
||||
--conf-path=/etc/nginx/nginx.conf \
|
||||
--pid-path=/tmp/nginx.pid \
|
||||
--http-log-path=/dev/null \
|
||||
--error-log-path=/dev/null \
|
||||
--http-log-path=/dev/stdout \
|
||||
--error-log-path=/dev/stderr \
|
||||
--http-client-body-temp-path=/tmp/client_temp \
|
||||
--http-proxy-temp-path=/tmp/proxy_temp \
|
||||
--http-fastcgi-temp-path=/tmp/fastcgi_temp \
|
||||
|
|
|
@ -17,8 +17,8 @@ ARG NGINX_CONFIG="\
|
|||
--sbin-path=/nginx \
|
||||
--conf-path=/etc/nginx/nginx.conf \
|
||||
--pid-path=/tmp/nginx.pid \
|
||||
--http-log-path=/dev/null \
|
||||
--error-log-path=/dev/null \
|
||||
--http-log-path=/dev/stdout \
|
||||
--error-log-path=/dev/stderr \
|
||||
--http-client-body-temp-path=/tmp/client_temp \
|
||||
--http-proxy-temp-path=/tmp/proxy_temp \
|
||||
--http-fastcgi-temp-path=/tmp/fastcgi_temp \
|
||||
|
|
Loading…
Add table
Reference in a new issue