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