From d5abd4efa81868924115c621474c2426dc8f5747 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 17 Apr 2024 17:02:22 +0100 Subject: [PATCH] nginx: ignore proxy settings to allow streaming ollama --- hosts/architect/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/nginx.nix b/hosts/architect/nginx.nix index 0564e1a..623a269 100644 --- a/hosts/architect/nginx.nix +++ b/hosts/architect/nginx.nix @@ -10,7 +10,7 @@ package = pkgs.nginx; recommendedGzipSettings = true; recommendedOptimisation = true; - recommendedProxySettings = true; + # recommendedProxySettings = true; recommendedTlsSettings = true; virtualHosts."architect.devs.giugl.io" = {