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;