summaryrefslogtreecommitdiffstats
path: root/nginx
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2023-11-06 21:17:05 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2023-11-06 21:17:05 +0000
commitaf4309b49b1ce82fc1bd76b539870feaa2e411d5 (patch)
tree7ae45881a2f9f12205f0075c91dca3b0f08fa930 /nginx
parent3b6425a753565dfae584a0a78e602386cdf90539 (diff)
downloadpillar-af4309b49b1ce82fc1bd76b539870feaa2e411d5.tar.xz
Set types_hash_max_size to 4096
I was getting some kind of warning about it..
Diffstat (limited to 'nginx')
-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: '*'