rename gui_config to proxy_overrides
Build Mumble Web 2 / linux_build (push) Successful in 4m55s
Build Mumble Web 2 / windows_build (push) Successful in 9m56s
Build Mumble Web 2 / android_build (push) Successful in 11m59s

This commit is contained in:
2026-02-28 15:41:13 -07:00
parent 9006a082b0
commit 0feb688780
11 changed files with 69 additions and 75 deletions
+7 -9
View File
@@ -1,14 +1,12 @@
localhost:64444 {
tls internal
tls internal
# Proxy /config path to mumble-web2-proxy
reverse_proxy /config http://127.0.0.1:4400
# Proxy /config path to mumble-web2-proxy
reverse_proxy /overrides http://127.0.0.1:4400
# Proxy /status path to mumble-web2-proxy
reverse_proxy /status http://127.0.0.1:4400
# Proxy root path to dx-serve
reverse_proxy http://127.0.0.1:8080
# Proxy /status path to mumble-web2-proxy
reverse_proxy /status http://127.0.0.1:4400
# Proxy root path to dx-serve
reverse_proxy http://127.0.0.1:8080
}