Skip to content

Commit dab5f4f

Browse files
author
ricardop
committed
fix: add higher map_hash_bucket_size, allowing for more mappings
1 parent 8b568ec commit dab5f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ events {
99
}
1010

1111
http {
12+
map_hash_bucket_size 128;
1213
include /etc/nginx/mime.types;
1314
default_type application/octet-stream;
1415

0 commit comments

Comments
 (0)