From 0ff9953127ccd6a865475ba9ac3cb61dfd8e315a Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 30 Dec 2020 15:11:07 +0100 Subject: [PATCH] Deactivated debugging --- roles/native-nginx/templates/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/native-nginx/templates/nginx.conf b/roles/native-nginx/templates/nginx.conf index 7150d326..2d87e5f9 100644 --- a/roles/native-nginx/templates/nginx.conf +++ b/roles/native-nginx/templates/nginx.conf @@ -11,7 +11,8 @@ http default_type text/html; #access_log /var/log/nginx/access.log main; - error_log /var/log/nginx/error.log debug; + #error_log /var/log/nginx/error.log debug; + error_log /var/log/nginx/error.log; sendfile on; keepalive_timeout 65; gzip on;