add support for listen ips
This commit is contained in:
parent
75e21a2e2e
commit
13d7194e4f
4 changed files with 68 additions and 22 deletions
|
|
@ -69,6 +69,12 @@ listen:
|
|||
ssl_port: 443
|
||||
nossl: False
|
||||
nossl_port: 80
|
||||
v4: True
|
||||
v4_ip:
|
||||
- 0.0.0.0
|
||||
v6: True
|
||||
v6_ip:
|
||||
- '[::]'
|
||||
|
||||
# example: "https://upstream". If set to None no reverse proxy will be set up.
|
||||
backend: None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue