summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nginx/base.sls1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/base.sls b/nginx/base.sls
index b876202..48acc95 100644
--- a/nginx/base.sls
+++ b/nginx/base.sls
@@ -13,6 +13,7 @@ nginx:
aio: 'on'
directio: 4m
keepalive_timeout: 65
+ types_hash_max_size: 4096
gzip: 'on'
gzip_proxied: 'any'
gzip_types: '*'