feat(tanzanite): nginx configuration for forgio
This commit is contained in:
parent
59ad109068
commit
5a37fd5165
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,13 @@ in {
|
|||
forceSSL = true;
|
||||
root = "/opt/www/stitchy.moe/public";
|
||||
};
|
||||
"gay.stitchy.moe" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:3333";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue