Files
mumble-web2/docker/Caddyfile
T

11 lines
208 B
Caddyfile

localhost:64444 {
tls internal
# Proxy /config path to mumble-web2-proxy
reverse_proxy /config http://127.0.0.1:4400
# Proxy root path to dx-serve
reverse_proxy http://127.0.0.1:8080
}