From af4309b49b1ce82fc1bd76b539870feaa2e411d5 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 6 Nov 2023 21:17:05 +0000 Subject: Set types_hash_max_size to 4096 I was getting some kind of warning about it.. --- nginx/base.sls | 1 + 1 file changed, 1 insertion(+) (limited to 'nginx') 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: '*' -- cgit v1.2.3-54-g00ecf