From 2e93fc954d60e3dbf5bb380fe1e299cd3c9c3798 Mon Sep 17 00:00:00 2001 From: Alexander Polynomdivision Date: Fri, 28 Sep 2018 23:35:16 +0200 Subject: [PATCH] fix: Remove stdout logging --- server/nginx.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/nginx.conf b/server/nginx.conf index 1f5ebd3..17178e9 100644 --- a/server/nginx.conf +++ b/server/nginx.conf @@ -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;