Proxy websockets too

This commit is contained in:
niten 2024-05-22 22:14:22 -07:00
parent f33b1b79fb
commit 457d740e28
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ in {
proxy_request_buffering off; proxy_request_buffering off;
''; '';
recommendedProxySettings = true; recommendedProxySettings = true;
proxyWebsockets = true;
}; };
}); });
}; };