changed port to 5001

This commit is contained in:
Bryan Ramos 2026-03-12 04:35:52 -04:00
parent d8416b2e38
commit 045ca00a70

View file

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