outline: Enable websocket

This commit is contained in:
Payas Relekar 2023-06-07 22:12:12 +05:30
parent a2d561fad1
commit 3260394877

View file

@ -212,7 +212,7 @@
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:3000";
proxyWebsockets = false;
proxyWebsockets = true;
extraConfig =
"proxy_set_header Host $host;"
;