mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized performace by disabling acces log and activating gzip
This commit is contained in:
@@ -9,11 +9,14 @@ http
|
||||
{
|
||||
include mime.types;
|
||||
default_type text/html;
|
||||
access_log syslog:server=unix:/dev/log;
|
||||
error_log syslog:server=unix:/dev/log;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
gzip on;
|
||||
gzip_proxied any;
|
||||
gzip_types text/plain text/xml text/css application/x-javascript text/javascript application/xml+rss;
|
||||
gzip_vary on;
|
||||
gzip_disable "MSIE [1-6]\.(?!.*SV1)";
|
||||
types_hash_max_size 4096;
|
||||
include conf.d/*.conf;
|
||||
}
|
Reference in New Issue
Block a user