feat(tanzanite): add files location to website
This commit is contained in:
parent
4791277f2e
commit
cba53547db
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ in {
|
|||
location = /404.html {
|
||||
internal;
|
||||
}
|
||||
location ^~/files/ {
|
||||
alias /opt/www/files/;
|
||||
}
|
||||
'';
|
||||
};
|
||||
"gay.stitchy.moe" = {
|
||||
|
|
Loading…
Reference in a new issue