diff options
author | Georg Pfuetzenreuter | 2023-02-05 20:10:57 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-02-05 20:10:57 +0100 |
commit | 92f01888af8acc36e019981330c6203c0575f96d (patch) | |
tree | 2f2820d6408dc31349f3f44fdab6efdceb63efa0 /pillar | |
parent | e369c53a4ca75ba4c4c925982138c8a5210d2f81 (diff) | |
download | salt-92f01888af8acc36e019981330c6203c0575f96d.tar.gz salt-92f01888af8acc36e019981330c6203c0575f96d.tar.bz2 salt-92f01888af8acc36e019981330c6203c0575f96d.zip |
web-proxy: include mime.types
Always include mime.types on web-proxies.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'pillar')
-rw-r--r-- | pillar/role/web-proxy.sls | 1 |
1 files changed, 1 insertions, 0 deletions
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 |