configure bind ports
This commit is contained in:
parent
8669ebe500
commit
d322c6f2a4
@ -16,7 +16,9 @@ soft_file_limit: 0
|
|||||||
listeners:
|
listeners:
|
||||||
-
|
-
|
||||||
port: 8448
|
port: 8448
|
||||||
bind_address: ''
|
bind_addresses:
|
||||||
|
- '::'
|
||||||
|
- '0.0.0.0'
|
||||||
type: http
|
type: http
|
||||||
tls: true
|
tls: true
|
||||||
x_forwarded: false
|
x_forwarded: false
|
||||||
@ -32,7 +34,9 @@ listeners:
|
|||||||
|
|
||||||
- port: 8008
|
- port: 8008
|
||||||
tls: false
|
tls: false
|
||||||
bind_address: ''
|
bind_addresses:
|
||||||
|
- '::'
|
||||||
|
- '0.0.0.0'
|
||||||
type: http
|
type: http
|
||||||
x_forwarded: false
|
x_forwarded: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user