diff --git a/config.example.toml b/config.example.toml index c4d7ae7..90ceb59 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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"]