This commit is contained in:
Ellie 2026-05-11 17:30:41 -07:00
parent c30aa2526e
commit 1e758cd558
4 changed files with 39 additions and 1 deletions

View file

@ -91,6 +91,9 @@
virtualHosts."fedi.ellie.town" = {
enableACME = true;
forceSSL = true;
locations."= /".extraConfig = ''
return 302 /@ellie;
'';
locations."/" = {
proxyPass = "http://10.10.0.2:8080";
proxyWebsockets = true;