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