Commit ffcd9c6e authored by nanahira's avatar nanahira

fix

parent 64db5314
Pipeline #39165 passed with stages
in 10 minutes and 44 seconds
...@@ -102,7 +102,7 @@ http { ...@@ -102,7 +102,7 @@ http {
proxy_cache_revalidate on; proxy_cache_revalidate on;
proxy_cache_background_update on; proxy_cache_background_update on;
proxy_cache_lock on; proxy_cache_lock on;
proxy_cache_valid 200 206; proxy_cache_valid 200 206 0;
proxy_cache_key $scheme://$host$request_uri$http_range; proxy_cache_key $scheme://$host$request_uri$http_range;
proxy_cache_lock_timeout 0s; proxy_cache_lock_timeout 0s;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment