Fix keep alive setting comment
See https://github.com/gotify/server/issues/343#issuecomment-914560534
This commit is contained in:
parent
36eb8d8b2b
commit
3cf47c5ee0
|
|
@ -2,7 +2,7 @@
|
||||||
# Save it to `config.yml` when edited
|
# Save it to `config.yml` when edited
|
||||||
|
|
||||||
server:
|
server:
|
||||||
keepaliveperiodseconds: 0 # 0 = use system default; set the interval in which keepalive packages will be sent. Only change this value if you know what you are doing.
|
keepaliveperiodseconds: 0 # 0 = use Go default (15s); -1 = disable keepalive; set the interval in which keepalive packets will be sent. Only change this value if you know what you are doing.
|
||||||
listenaddr: "" # the address to bind on, leave empty to bind on all addresses
|
listenaddr: "" # the address to bind on, leave empty to bind on all addresses
|
||||||
port: 80 # the port the HTTP server will listen on
|
port: 80 # the port the HTTP server will listen on
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue