diff options
| -rw-r--r-- | docker/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |
