Compare commits

..

3 commits

View file

@ -32,6 +32,7 @@ in {
enable = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
clientMaxBodySize = "100m";
virtualHosts = {
"stitchy.moe" = {
enableACME = true;
@ -43,6 +44,12 @@ in {
location = /404.html {
internal;
}
location ^~/shaders/ {
alias /opt/www/shader-web-test/;
}
location ^~/files/ {
alias /opt/www/files/;
}
'';
};
"gay.stitchy.moe" = {