gitea: enable websocket

This commit is contained in:
Payas Relekar 2023-06-11 11:12:08 +05:30
parent df338f3217
commit f3b55ee4a0

View file

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