diff --git a/nginx.dev.conf b/nginx.dev.conf index 5a18f78..82a5cd1 100644 --- a/nginx.dev.conf +++ b/nginx.dev.conf @@ -4,6 +4,7 @@ events {} http { # edit this for your system + types_hash_bucket_size 128; include /etc/nginx/mime.types; server { @@ -20,4 +21,4 @@ http { try_files $uri $uri.html /$uri/index.html /index.html; } } -} \ No newline at end of file +}