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
docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -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; } }