Add nginx error log to stdout

This commit is contained in:
Paul Sinclair 2019-03-05 21:09:50 -05:00
parent 36d12360a2
commit 58b8cb9603
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
error_log /dev/stdout info;
worker_processes 1; worker_processes 1;
pid /var/run/nginx.pid; pid /var/run/nginx.pid;
user nginx nginx; user nginx nginx;

View file

@ -1,3 +1,4 @@
error_log /dev/stdout info;
worker_processes 1; worker_processes 1;
pid /var/run/nginx.pid; pid /var/run/nginx.pid;
user nginx nginx; user nginx nginx;