Log to stdout

This commit is contained in:
Ricard Bejarano 2018-09-01 00:42:42 +02:00
parent 1eff016452
commit f282b44492

View file

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