diff --git a/systems/x86_64-linux/sgx/nginx.nix b/systems/x86_64-linux/sgx/nginx.nix index 8299c47..6d86d9f 100644 --- a/systems/x86_64-linux/sgx/nginx.nix +++ b/systems/x86_64-linux/sgx/nginx.nix @@ -36,7 +36,7 @@ forceSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:8384"; - proxyWebsockets = true; + recommendedProxySettings = true; }; }; };