web-proxy: common includes
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
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:
parent
7dc481c996
commit
e369c53a4c
@ -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: []
|
||||
|
Loading…
Reference in New Issue
Block a user