add support for listen ips
This commit is contained in:
parent
75e21a2e2e
commit
13d7194e4f
4 changed files with 68 additions and 22 deletions
|
|
@ -14,6 +14,36 @@ nginx:
|
|||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
|
||||
nginx_vhosts_defaults:
|
||||
listen:
|
||||
nossl: False
|
||||
nossl_port: 80
|
||||
ssl: True
|
||||
ssl_port: 443
|
||||
v4: True
|
||||
v4_ip:
|
||||
- '0.0.0.0'
|
||||
v6: True
|
||||
v6_ip:
|
||||
- '[::]'
|
||||
custom: []
|
||||
servername: []
|
||||
default_server: False
|
||||
locations: []
|
||||
includes: []
|
||||
add_headers: []
|
||||
letsencrypt: False
|
||||
crt: ~
|
||||
key: ~
|
||||
auth:
|
||||
enable: False
|
||||
path: ~
|
||||
satisfy: 'all'
|
||||
host: '$host'
|
||||
add_proxy_headers: {}
|
||||
hide_proxy_headers: {}
|
||||
backend: ~
|
||||
|
||||
nginx_forcessl_vhost:
|
||||
"https-redirect":
|
||||
listen:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue