fix: Remove stdout logging

This commit is contained in:
Alexander Polynomdivision 2018-09-28 23:35:16 +02:00
parent 5d38f46aeb
commit 2e93fc954d

View File

@ -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;