From e369c53a4ca75ba4c4c925982138c8a5210d2f81 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 5 Feb 2023 20:09:05 +0100 Subject: web-proxy: common includes Always include files in conf.d and vhosts.d on web-proxies. Signed-off-by: Georg Pfuetzenreuter --- pillar/role/web-proxy.sls | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pillar/role') diff --git a/pillar/role/web-proxy.sls b/pillar/role/web-proxy.sls index 2741fb1..98c01fc 100644 --- a/pillar/role/web-proxy.sls +++ b/pillar/role/web-proxy.sls @@ -9,7 +9,10 @@ nginx: worker_connections: 1024 use: epoll http: - include: snippets/modsecurity + include: + - snippets/modsecurity + - conf.d/*.conf + - vhosts.d/*.conf tcp_nopush: [] tcp_nodelay: [] types_hash_max_size: [] -- cgit v1.2.3