diff --git a/hosts/server/service.nix b/hosts/server/service.nix index edd6595..0248ae6 100644 --- a/hosts/server/service.nix +++ b/hosts/server/service.nix @@ -310,10 +310,11 @@ extraConfig = '' }; }; + "gfa.dhilton.xyz" = { forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://127.0.0.1:8100"; + proxyPass = "http://127.0.0.1:3000"; proxyWebsockets = true; }; };