10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
|
server {
|
||
|
listen 80;
|
||
|
|
||
|
location /hls {
|
||
|
add_header Access-Control-Allow-Origin *;
|
||
|
|
||
|
root /var/www/live;
|
||
|
}
|
||
|
}
|