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
|
@ -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