diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 2f4ebf3..f8a17f7 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -11,15 +11,14 @@ http { tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; - types_hash_max_size 2048; - types_hash_bucket_size 128; + types_hash_max_size 2048; + types_hash_bucket_size 128; server_tokens off; default_type application/octet-stream; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; - include /etc/nginx/extra/headers-gzip.conf; - include /etc/nginx/mime.types; + include /etc/nginx/mime.types; include /etc/nginx/sites-enabled/*; }