diff --git a/nginx.conf b/nginx.conf index c12b36a..ceaf67d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -11,8 +11,11 @@ server { client_max_body_size 0; + add_header Cache-Control "max-age=604800"; + location / { try_files $uri $uri/ $uri.html =404; + rewrite ^/music/(.*)$ https://mellodoot.com/music/$1 last; } if ($scheme != "https") { diff --git a/public/audio/transmission20231013.wav b/public/audio/transmission20231013.wav new file mode 100644 index 0000000..10885a8 Binary files /dev/null and b/public/audio/transmission20231013.wav differ diff --git a/public/index.html b/public/index.html index f49d694..8401936 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,8 @@ ari melody 💫 + + @@ -24,7 +26,7 @@