Mercurial Hosting > luan
comparison host/startup/nginx/nginx.default.conf.luan @ 1930:2b5eccebddd9
increase read timeout for sse
author | fffilimonov |
---|---|
date | Fri, 02 May 2025 14:20:56 +0300 |
parents | d778f1f2598a |
children |
comparison
equal
deleted
inserted
replaced
1929:31f006c64782 | 1930:2b5eccebddd9 |
---|---|
27 proxy_cache_min_uses 1; | 27 proxy_cache_min_uses 1; |
28 proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504; | 28 proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504; |
29 proxy_cache_background_update on; | 29 proxy_cache_background_update on; |
30 proxy_cache_lock on; | 30 proxy_cache_lock on; |
31 add_header X-Cache-Status $upstream_cache_status; | 31 add_header X-Cache-Status $upstream_cache_status; |
32 proxy_read_timeout 24h; | |
32 proxy_pass http://luan; | 33 proxy_pass http://luan; |
33 } | 34 } |
34 <% | 35 <% |