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

@ -22,12 +22,12 @@ nodes['home.octoprint-vielschichtigkeit'] = {
'server': '172.19.138.20:22',
},
'nginx': {
'use_ssl_for_all_connections': False,
'vhosts': {
'octoprint': {
'domain': 'vielschichtigkeit.franzi-home.kunbox.net',
'do_not_set_content_security_headers': True,
'extras': True,
'ssl': False,
'proxy': {
'/': {
'target': 'http://[::1]:22030/',

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': {