This commit is contained in:
Ellie 2026-02-15 15:42:17 -08:00
parent b8402a9049
commit cfb31d3b01
4 changed files with 30 additions and 5 deletions

View file

@ -69,6 +69,14 @@
# };
# };
virtualHosts."forgejo.ellie.town" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://10.10.0.2:3000";
};
};
virtualHosts."irc.ellie.town" = {
enableACME = true;
forceSSL = true;