web-proxy: common includes
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

Always include files in conf.d and vhosts.d on web-proxies.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-02-05 20:09:05 +01:00
parent 7dc481c996
commit e369c53a4c
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -9,7 +9,10 @@ nginx:
worker_connections: 1024 worker_connections: 1024
use: epoll use: epoll
http: http:
include: snippets/modsecurity include:
- snippets/modsecurity
- conf.d/*.conf
- vhosts.d/*.conf
tcp_nopush: [] tcp_nopush: []
tcp_nodelay: [] tcp_nodelay: []
types_hash_max_size: [] types_hash_max_size: []