Fix openboks search

This commit is contained in:
2023-01-22 17:58:53 +01:00
parent 77c34b132a
commit 40286bb0da
2 changed files with 1 additions and 2 deletions

View File

@@ -145,7 +145,6 @@
proxyPass = "http://localhost:9000/";
proxyWebsockets = true;
extraConfig = ''
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
'';