mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
Add nginx error log to stdout
This commit is contained in:
parent
36d12360a2
commit
58b8cb9603
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
error_log /dev/stdout info;
|
||||
worker_processes 1;
|
||||
pid /var/run/nginx.pid;
|
||||
user nginx nginx;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
error_log /dev/stdout info;
|
||||
worker_processes 1;
|
||||
pid /var/run/nginx.pid;
|
||||
user nginx nginx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue