Compare commits
3 commits
4791277f2e
...
84e0e0688b
Author | SHA1 | Date | |
---|---|---|---|
84e0e0688b | |||
d3869fd58e | |||
cba53547db |
1 changed files with 7 additions and 0 deletions
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue