PATCH: Fixed broken routes

This commit is contained in:
2025-03-03 23:19:37 +00:00
parent ae4d9d8a48
commit 12c09fe261

View File

@@ -88,7 +88,7 @@ http {
## Cacheable HLS files, ts ## Cacheable HLS files, ts
location ~ ^/stream/(.+)/(.+\.ts)$ { location ~ ^/stream/(.+)/(.+\.ts)$ {
# Call backend to check permission # Call backend to check permission
root /user_data/$1/stream/$2; alias /user_data/$1/stream/$2;
# Let the MPEG-TS video chunks be cacheable # Let the MPEG-TS video chunks be cacheable
expires max; expires max;