We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd65d5d commit 5376784Copy full SHA for 5376784
nginx.conf
@@ -38,7 +38,7 @@ http {
38
# access_log /var/log/nginx/cache.log pypi_cache buffer=64k flush=1s;
39
40
# Cache 50G worth of packages for up to 1 month
41
- proxy_cache_path /var/lib/nginx/pypi levels=1:2 keys_zone=pypi:16m inactive=1M max_size=50G;
+ proxy_cache_path /var/lib/nginx/pypi levels=1:2 keys_zone=pypi:16m inactive=1M max_size=50G use_temp_path=off;
42
43
# Having the same upstream server listed twice allegedly forces nginx to retry
44
# connections and not fail the request immediately.
0 commit comments