From 7834796a46d69bc54295a0c6063555a54d623f57 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sun, 19 Oct 2025 13:58:11 +0200 Subject: [PATCH] small fix --- systems/x86_64-linux/stargate/services/nginx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/x86_64-linux/stargate/services/nginx.nix b/systems/x86_64-linux/stargate/services/nginx.nix index cff3a4d..fc7ae25 100644 --- a/systems/x86_64-linux/stargate/services/nginx.nix +++ b/systems/x86_64-linux/stargate/services/nginx.nix @@ -144,6 +144,7 @@ in { locations."/" = { proxyPass = "http://${config.services.open-webui.host}:${builtins.toString config.services.open-webui.port}"; proxyWebsockets = true; + extraConfig = "proxy_buffering off;"; }; }; "smart-home.kylekrein.com" = {