krz/brand-bench

A dynamic brand documentation generator with Ollama integration.

clone: git clone https://gitbay.org/krz/brand-bench.git

5143028cb864c2147c9ea0c2699062642b280883

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-04-19T04:15:12Z

update timeout configs
 docker/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/nginx.conf b/docker/nginx.conf
index 49cd069..885a82e 100644
--- a/docker/nginx.conf
+++ b/docker/nginx.conf
@@ -22,6 +22,6 @@ server {
         # Ollama responses (especially streamed ones) can be large and slow;
         # disable buffering so cancellation works promptly.
         proxy_buffering    off;
-        proxy_read_timeout 120s;
+        proxy_read_timeout 300s;
     }
 }