Browse Source

Merge pull request #1114 from mailcow/dev

[Nginx] Add larger map bucket size, fixes 1112
André Peters 7 năm trước cách đây
mục cha
commit
7933b51d11
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;
+