mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-03 08:56:01 +02:00
Deactivated debugging
This commit is contained in:
@@ -11,7 +11,8 @@ http
|
|||||||
default_type text/html;
|
default_type text/html;
|
||||||
|
|
||||||
#access_log /var/log/nginx/access.log main;
|
#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;
|
sendfile on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
gzip on;
|
gzip on;
|
||||||
|
Reference in New Issue
Block a user