1Panel/cmd/server/nginx_conf/proxy_cache.conf
2023-04-24 17:53:05 +08:00

4 lines
No EOL
156 B
Text

proxy_ignore_headers Set-Cookie Cache-Control expires;
proxy_cache cache_one;
proxy_cache_key $host$uri$is_args$args;
proxy_cache_valid 200 304 301 302 10m;