Increased timeouts and cache valid times

This commit is contained in:
Kevin Veen-Birkenbach 2021-01-02 15:43:26 +01:00
parent 2c4afafd5a
commit aa16e0705d

View File

@ -11,21 +11,20 @@ location /
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
# timeouts
proxy_connect_timeout 60s;
proxy_send_timeout 60s;
proxy_read_timeout 60s;
send_timeout 60s;
proxy_connect_timeout 300s;
proxy_send_timeout 300s;
proxy_read_timeout 300s;
send_timeout 300s;
# general caching
proxy_cache cache;
proxy_cache_key $host$uri$is_args$args;
proxy_cache_valid any 1m;
proxy_cache_valid 200 301 302 5m;
proxy_cache_revalidate on;
proxy_cache_min_uses 1;
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
proxy_cache_background_update on;
proxy_cache_lock on;
proxy_cache_valid any 5m;
expires 5m;
# cache media files