847c636f41
Build Mumble Web 2 / linux_build (push) Successful in 1m13s
Build Mumble Web 2 / windows_build (push) Successful in 2m39s
Build Mumble Web 2 / android_build (push) Successful in 6m18s
Build android container / android-release-builder-container-build (push) Successful in -7s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 30m8s
Reviewed-on: #23 Reviewed-by: restitux <restitux@ohea.xyz> Co-authored-by: Sam Sartor <me@samsartor.com> Co-committed-by: Sam Sartor <me@samsartor.com>
13 lines
284 B
Caddyfile
13 lines
284 B
Caddyfile
localhost:64444 {
|
|
tls internal
|
|
|
|
# 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
|
|
}
|