bundles/nginx: support disabling ssl for each vhost individually
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-20 14:25:27 +01:00
parent 228786f6aa
commit 74d81eb7ba
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 27 additions and 13 deletions

View file

@ -105,10 +105,14 @@ nodes['home.router'] = {
},
},
'nginx': {
'use_ssl_for_all_connections': False,
'restrict-to': {
'172.19.136.0/22',
},
'vhosts': {
'vnstat': {
'ssl': False,
},
},
},
'openvpn-client': {
'configs': {