Files
tuxinet-streamhub/proxy/Caddyfile
T
2026-03-23 00:37:22 +01:00

14 lines
202 B
Caddyfile

:80, :443 {
encode zstd gzip
@hls path /hls/*
handle @hls {
uri strip_prefix /hls
reverse_proxy mediamtx:8888
}
handle {
reverse_proxy backend:5000
}
}