This commit is contained in:
2026-03-23 00:37:22 +01:00
parent 88915b082b
commit b1500e5d87
22 changed files with 797 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
:80, :443 {
encode zstd gzip
@hls path /hls/*
handle @hls {
uri strip_prefix /hls
reverse_proxy mediamtx:8888
}
handle {
reverse_proxy backend:5000
}
}