Disable proxying by default (example config should work out of the box)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
[http]
|
[http]
|
||||||
host = "127.0.0.1"
|
host = "0.0.0.0"
|
||||||
port = 6004
|
port = 6004
|
||||||
# Whether the server is behind a reverse proxy, like NGINX
|
# Whether the server is behind a reverse proxy, like NGINX
|
||||||
proxying = true
|
proxying = false
|
||||||
# IPs allowed to access the server in proxy mode.
|
# IPs allowed to access the server in proxy mode.
|
||||||
# 99% of the time this will only be 127.0.0.1
|
# 99% of the time this will only be 127.0.0.1
|
||||||
proxyAllowedIps = ["127.0.0.1"]
|
proxyAllowedIps = ["127.0.0.1"]
|
||||||
|
|||||||
Reference in New Issue
Block a user