add gra endpoint

This commit is contained in:
k 2026-05-10 15:48:29 -04:00
parent 87dadbdcfc
commit 0e1f86d230

View file

@ -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;
};
};