music page!!! 🎶
This commit is contained in:
parent
a5ea652f6b
commit
3650f026a2
9 changed files with 442 additions and 66 deletions
|
@ -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") {
|
||||
|
|
Reference in a new issue