Browse Source

[Nginx] Add larger map bucket size, fixes 1112

André Peters 7 years ago
parent
commit
8a7664f7d5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      data/conf/nginx/000-map-size.conf

+ 3 - 0
data/conf/nginx/000-map-size.conf

@@ -0,0 +1,3 @@
+map_hash_max_size 256;
+map_hash_bucket_size 256;
+