logs
This commit is contained in:
parent
5295526464
commit
9de1ef94f2
|
@ -1,7 +1,8 @@
|
|||
user www-data;
|
||||
worker_processes auto;
|
||||
pid /run/nginx.pid;
|
||||
error_log /var/log/nginx/error.log;
|
||||
error_log stderr warn;
|
||||
access_log /dev/stdout main;
|
||||
include /etc/nginx/modules-enabled/*.conf;
|
||||
|
||||
events {
|
||||
|
|
Loading…
Reference in New Issue