15 lines
304 B
Caddyfile
15 lines
304 B
Caddyfile
localhost:64444 {
|
|
tls internal
|
|
|
|
# Proxy /config path to mumble-web2-proxy
|
|
reverse_proxy /config 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
|
|
|
|
}
|