Skip to content

Commit

Permalink
feat: Remove Default Configuration for Reverse Proxy Cache (#7566)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 authored Dec 26, 2024
1 parent 0f296fb commit afe82bd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cmd/server/nginx_conf/cache.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
proxy_temp_path /www/common/proxy/proxy_temp_dir;
proxy_cache_path /www/common/proxy/proxy_cache_dir levels=1:2 keys_zone=proxy_cache_panel:20m inactive=1d max_size=5g;
client_body_buffer_size 512k;
proxy_connect_timeout 60;
proxy_read_timeout 60;
proxy_send_timeout 60;
proxy_buffer_size 32k;
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;

0 comments on commit afe82bd

Please sign in to comment.