From 92f01888af8acc36e019981330c6203c0575f96d Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 5 Feb 2023 20:10:57 +0100 Subject: web-proxy: include mime.types Always include mime.types on web-proxies. Signed-off-by: Georg Pfuetzenreuter --- pillar/role/web-proxy.sls | 1 + 1 file changed, 1 insertion(+) (limited to 'pillar') diff --git a/pillar/role/web-proxy.sls b/pillar/role/web-proxy.sls index 98c01fc..36ba63e 100644 --- a/pillar/role/web-proxy.sls +++ b/pillar/role/web-proxy.sls @@ -10,6 +10,7 @@ nginx: use: epoll http: include: + - mime.types - snippets/modsecurity - conf.d/*.conf - vhosts.d/*.conf -- cgit v1.2.3