gedit /etc/nginx/sites-enabled/default


location /hlstest {
types {
application/vnd.apple.mpegurl m3u8;
video/mp2t ts;
}
alias /home/wanqi/work_plu/hls/;
add_header Cache-Control no-cache;
}
location ^~ /media/ {
types {
application/vnd.apple.mpegurl m3u8;
video/mp2t ts;
}
alias /home/wanqi/work_plu/hls/;
add_header Cache-Control no-cache;
}

 

最后sudo service nginx restart 

相关文章:

  • 2021-04-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-11-23
  • 2021-12-03
猜你喜欢
  • 2021-06-20
  • 2022-12-23
  • 2021-11-20
  • 2021-12-18
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案