Compare commits

...

3 commits

View file

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