debug-update-shout

This commit is contained in:
2025-01-16 05:34:43 +03:00
parent 5e1021a18e
commit 576e1ea152
2 changed files with 102 additions and 47 deletions

View File

@@ -88,7 +88,7 @@ server {
add_header Cache-Control "public, no-transform";
}
location ~* \.(mp3)$ {
location ~* \.(mp3|wav|ogg|flac|aac|aif|webm)$ {
if ($request_method = 'GET') {
add_header 'Access-Control-Allow-Origin' $allow_origin always;
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always;