mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 20:51:07 +01:00
Deactivated debugging
This commit is contained in:
parent
de81b78321
commit
0ff9953127
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user