back to 5000

This commit is contained in:
Bryan Ramos 2026-03-12 04:38:05 -04:00
parent 045ca00a70
commit ecb985c1ed

View file

@ -94,7 +94,7 @@ in
useACMEHost = domain;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:5001";
proxyPass = "http://127.0.0.1:5000";
proxyWebsockets = true;
};
};