configure bind ports

This commit is contained in:
Sebastian Hugentobler 2018-11-27 15:22:56 +01:00
parent 8669ebe500
commit d322c6f2a4

View File

@ -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