File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ server {
9090 proxy_set_header X-Real-IP $remote_addr;
9191 }
9292
93- ### M3U-PROXY DEFAULT MPEG-TS STREAMS - M3U8 ###
93+ ### M3U-PROXY DEFAULT MPEG-TS STREAMS ###
9494 # /m3u-proxy/stream/<hash>
9595 location ~ "^/m3u-proxy/stream/[A-Za-z0-9 -]+$" {
9696 proxy_pass http://127.0.0.1:${APP_PORT};
@@ -99,7 +99,7 @@ server {
9999 proxy_set_header X-Real-IP $remote_addr;
100100 }
101101
102- ### M3U-PROXY DEFAULT HLS STREAMS - ANY EXTENSION ###
102+ ### M3U-PROXY DEFAULT HLS STREAMS ###
103103 # /m3u-proxy/hls/<hash>/playlist.m3u8
104104 # /m3u-proxy/hls/<hash>/segment
105105 location ~ "^/m3u-proxy/hls/[A-Za-z0-9 -]+/[playlist\.m3u8|segment]+$" {
@@ -114,4 +114,4 @@ server {
114114 location / {
115115 return 404;
116116 }
117- }
117+ }
You can’t perform that action at this time.
0 commit comments