Mercurial Hosting > luan
changeset 1930:2b5eccebddd9 default tip
increase read timeout for sse
author | fffilimonov |
---|---|
date | Fri, 02 May 2025 14:20:56 +0300 |
parents | 31f006c64782 |
children | |
files | host/startup/nginx/nginx.default.conf.luan |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/host/startup/nginx/nginx.default.conf.luan Thu May 01 18:31:05 2025 -0600 +++ b/host/startup/nginx/nginx.default.conf.luan Fri May 02 14:20:56 2025 +0300 @@ -29,6 +29,7 @@ proxy_cache_background_update on; proxy_cache_lock on; add_header X-Cache-Status $upstream_cache_status; + proxy_read_timeout 24h; proxy_pass http://luan; } <%