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