[Nginx] dev warrning fix hash bucket size

This commit is contained in:
coja
2026-05-01 22:26:22 +02:00
parent c61f61fdd0
commit 5c2936edbc

View File

@@ -4,6 +4,7 @@ events {}
http { http {
# edit this for your system # edit this for your system
types_hash_bucket_size 128;
include /etc/nginx/mime.types; include /etc/nginx/mime.types;
server { server {
@@ -20,4 +21,4 @@ http {
try_files $uri $uri.html /$uri/index.html /index.html; try_files $uri $uri.html /$uri/index.html /index.html;
} }
} }
} }