catacomb: fix proxy url

This commit is contained in:
Tim Van Baak 2024-08-31 22:07:02 +00:00
parent 714198cd10
commit c4725502a2

View File

@ -71,7 +71,7 @@
]; ];
locations."/" = { locations."/" = {
proxyWebsockets = true; proxyWebsockets = true;
proxyPass = "https://localhost:6680"; proxyPass = "http://localhost:6680";
}; };
}; };
}; };