This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[Nginx] Add larger map bucket size, fixes 1112
André Peters
7 years ago
parent
806d45d806
commit
8a7664f7d5
1 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
data/conf/nginx/000-map-size.conf
+ 3
- 0
data/conf/nginx/000-map-size.conf
View File
@@ -0,0 +1,3 @@
+map_hash_max_size 256;
+map_hash_bucket_size 256;
+