From 5c2936edbcd04b2997d5055b9f8c12c82ed41021 Mon Sep 17 00:00:00 2001 From: coja Date: Fri, 1 May 2026 22:26:22 +0200 Subject: [PATCH] [Nginx] dev warrning fix hash bucket size --- nginx.dev.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}