Skip to content

Commit

Permalink
Log non-error to STDOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Mar 28, 2023
1 parent 0f7b570 commit bc3543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV NGINX_CONFD_DIR /etc/nginx/$NGINX_CONFD_SLUG
ENV NGINX_APP_CONF_FILE $NGINX_CONFD_DIR/app.conf
ENV NGINX_CONF_FILE /etc/nginx/nginx.conf
ENV NGINX_ERROR_LOG_FILE /proc/self/fd/2
ENV NGINX_LOG_FILE /proc/self/fd/2
ENV NGINX_LOG_FILE /proc/self/fd/1
ENV NGINX_PID_DIR /run/nginx
ENV NGINX_PID_FILE $NGINX_PID_DIR/nginx.pid
ENV NGINX_RUN_GROUP nginx
Expand Down

0 comments on commit bc3543b

Please sign in to comment.