Update cache.conf (#7516)

Remove `proxy_cache ` from the global config to prevent it from being enabled for sites that don't need caching.
This commit is contained in:
Anye
2024-12-23 11:21:23 +08:00
committed by GitHub
parent 8313912c4f
commit ed60565bc9

View File

@@ -9,4 +9,3 @@ proxy_buffers 4 64k;
proxy_busy_buffers_size 128k;
proxy_temp_file_write_size 128k;
proxy_next_upstream error timeout invalid_header http_500 http_503 http_404;
proxy_cache proxy_cache_panel;