Skip to content
Snippets Groups Projects
Commit bc86f0f0 authored by Florent Thiery's avatar Florent Thiery
Browse files

remove use_stale_updating (only used in case of upstream error) and...

remove use_stale_updating (only used in case of upstream error) and cache_min_uses (is default value already)
parent b82a8cee
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,6 @@ server {
proxy_cache_key $scheme$proxy_host$uri;
# only one request at a time will be allowed to populate a new cache element
proxy_cache_lock on;
proxy_cache_min_uses 1;
proxy_cache_use_stale updating;
# how long should the data be kept in the cache
proxy_cache_valid 200 7d;
# instruct browser to cache this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment