Update cache.conf (#7516)

Remove `proxy_cache ` from the global config to prevent it from being enabled for sites that don't need caching.
pull/7538/head
Anye 2024-12-23 11:21:23 +08:00 committed by GitHub
parent 8313912c4f
commit ed60565bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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;