First commit
This commit is contained in:
15
uk-stream-router/config/nginx.conf
Normal file
15
uk-stream-router/config/nginx.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
worker_processes 1;
|
||||
|
||||
events {
|
||||
worker_connections 512;
|
||||
}
|
||||
|
||||
http {
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
location /bbc_one.m3u8 {
|
||||
proxy_pass https://vs-hls-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_hd/t=3840/v=pv14/b=5070016/main.m3u8;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user