make case sensitive not relevant anymore

This commit is contained in:
2025-07-16 19:22:32 +02:00
parent d7e5bf484c
commit 0cc41a8f13

View File

@@ -13,7 +13,7 @@ server {
# ---------- Audio (and optional video) ----------
# 30-day cache; adjust max-age as needed.
location ~ \.(opus|ogg|mp3|flac|wav|m4a|aac|mp4|webm)$ {
location ~* \.(opus|flac|ogg|mp3|wav|m4a|aac)$ {
add_header Cache-Control "public, max-age=2592000" always;
# Teach Nginx any MIME types it doesnt already know: