[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 {
# edit this for your system
types_hash_bucket_size 128;
include /etc/nginx/mime.types;
server {