1
1
Fork 0

catacomb: fix proxy url

This commit is contained in:
Tim Van Baak 2024-08-31 22:07:02 +00:00
parent 714198cd10
commit c4725502a2
1 changed files with 1 additions and 1 deletions

View File

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