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;
|
||||
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" = {
|
||||
|
|
Loading…
Reference in a new issue