Do not print ugly WS error; tests
This commit is contained in:
parent
846ee0fb2d
commit
707c58a120
9 changed files with 204 additions and 65 deletions
|
@ -6,8 +6,9 @@
|
|||
# base-url:
|
||||
|
||||
# Listen address for the HTTP & HTTPS web server. If "listen-https" is set, you must also
|
||||
# set "key-file" and "cert-file". Format: <hostname>:<port>
|
||||
# set "key-file" and "cert-file". Format: [<ip>]:<port>, e.g. "1.2.3.4:8080".
|
||||
#
|
||||
# To listen on all interfaces, you may omit the IP address, e.g. ":443".
|
||||
# To disable HTTP, set "listen-http" to "-".
|
||||
#
|
||||
# listen-http: ":80"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue