Disable proxying by default (example config should work out of the box)

This commit is contained in:
Elijah R
2023-02-13 18:52:42 -05:00
committed by GitHub
parent c3c78fec2b
commit a931188b9e

View File

@@ -1,8 +1,8 @@
[http]
host = "127.0.0.1"
host = "0.0.0.0"
port = 6004
# Whether the server is behind a reverse proxy, like NGINX
proxying = true
proxying = false
# IPs allowed to access the server in proxy mode.
# 99% of the time this will only be 127.0.0.1
proxyAllowedIps = ["127.0.0.1"]