bundles/nginx: add metadata option to disable https
This commit is contained in:
parent
2ac2982463
commit
d6799088c4
3 changed files with 23 additions and 14 deletions
|
@ -18,6 +18,7 @@ defaults = {
|
|||
},
|
||||
'nginx': {
|
||||
'worker_connections': 768,
|
||||
'use_ssl_for_all_connections': True,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue