removing gzip on meu8 and mpd files , to accomodate Access-Control-Allow-Origin "*"
This commit is contained in:
parent
121e43397c
commit
4c847a59c3
|
|
@ -114,18 +114,6 @@ server {
|
|||
try_files $uri =404;
|
||||
}
|
||||
|
||||
# =========================
|
||||
# gzip only manifests
|
||||
# =========================
|
||||
location ~* \.(m3u8|mpd)$ {
|
||||
|
||||
gzip on;
|
||||
|
||||
gzip_types
|
||||
application/vnd.apple.mpegurl
|
||||
application/dash+xml;
|
||||
}
|
||||
|
||||
# =========================
|
||||
# Security
|
||||
# =========================
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md
|
|||
*/
|
||||
|
||||
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
|
||||
$version = "12.24";
|
||||
$version = "12.25";
|
||||
|
||||
function fail(string $msg): never
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue