From 3427e9d1bdb2fa29bb9affdd50f4d68f615b2c2f Mon Sep 17 00:00:00 2001 From: ThisBirchWood Date: Mon, 3 Mar 2025 22:22:58 +0000 Subject: [PATCH] PATCH: Removed auth for ts files for now --- nginx/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 50f1068..b3ef8b9 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -88,7 +88,6 @@ http { ## Cacheable HLS files, ts location ~ ^/stream/(.+)/(.+\.ts)$ { # Call backend to check permission - auth_request http://web_server:5000/stream/$1/direct_live_status; root /user_data/$1/stream/$2; # Let the MPEG-TS video chunks be cacheable