bundles/nginx: support disabling ssl for each vhost individually
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
228786f6aa
commit
74d81eb7ba
5 changed files with 27 additions and 13 deletions
|
@ -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/',
|
||||
|
|
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue