First commit

This commit is contained in:
root
2024-01-18 22:44:30 +10:30
commit 85d253710f
28 changed files with 491 additions and 0 deletions

View 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;
}
}
}