fix: Remove stdout logging
This commit is contained in:
parent
5d38f46aeb
commit
2e93fc954d
@ -2,9 +2,8 @@ events {}
|
||||
|
||||
http {
|
||||
# Log warnings
|
||||
#error_log /var/log/nginx.log warn;
|
||||
# TODO: Remove
|
||||
error_log /dev/stdout info;
|
||||
# TODO: Better path
|
||||
error_log /var/log/nginx.log warn;
|
||||
|
||||
# No idea, but nginx refuses to start without it
|
||||
server_names_hash_bucket_size 64;
|
||||
|
Reference in New Issue
Block a user