catacomb: fix proxy url
This commit is contained in:
parent
714198cd10
commit
c4725502a2
|
@ -71,7 +71,7 @@
|
|||
];
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "https://localhost:6680";
|
||||
proxyPass = "http://localhost:6680";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue