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