diff options
Diffstat (limited to 'pillar/role')
| -rw-r--r-- | pillar/role/web-proxy.sls | 5 | 
1 files changed, 4 insertions, 1 deletions
| 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: [] | 
