Skip to content

Commit 9fcbc0f

Browse files
Update xtream.conf
1 parent cdc3c2c commit 9fcbc0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/8.4/nginx/xtream.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)