fix(koi): fix landing
This commit is contained in:
parent
e18893c629
commit
185b213349
2 changed files with 3 additions and 1 deletions
|
@ -83,6 +83,8 @@ in {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
alias /mnt/s3-desu-priv-encrypted/public/;
|
alias /mnt/s3-desu-priv-encrypted/public/;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
|
add_header 'Access-Control-Allow-Origin' '*';
|
||||||
|
add_header 'Access-Control-Allow-Methods' 'GET';
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
<footer>
|
<footer>
|
||||||
<a href="https://arumi-kuma.stupid.fish/status/meow">status</a>
|
<a href="https://arumi-kuma.stupid.fish/status/meow">status</a>
|
||||||
//
|
//
|
||||||
<a href="https://github.com/teidesu/nixfiles">source</a>
|
<a href="https://git.stupid.fish/teidesu/nixfiles">source</a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue