Files
gamestream-webtransport-proxy/docker/Caddyfile
T

16 lines
304 B
Caddyfile

localhost:64444 {
tls internal
# Proxy /config path to proxy
reverse_proxy /api/* https://127.0.0.1:3000 {
transport http {
tls
tls_insecure_skip_verify
}
}
# Proxy root path to dev server
reverse_proxy http://localhost:5173
}