【已完成】反向代理网站无法命中缓存
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:正式版9.4.0系统版本:ubuntu22.04lts
问题描述:配置反向代理后在全局配置中设置了缓存时间,配置文件内有缓存的相关设置,但访问始终无法命中缓存#GLOBAL-CACHE START proxy_cache jntm_uno_cache; proxy_cache_key $host$uri$is_args$args; proxy_ignore_headers Set-Cookie Cache-Control expires X-Accel-Expires; proxy_cache_valid 200 304 301 302 1h; proxy_cache_valid 404 1m; location ~ .*\.(css|js|jpe?g|gif|png|webp|woff|eot|ttf|svg|ico|css\.map|js\.map)$ { expires 1h; error_log /dev/null; access_log /dev/null;
相关截图(日志、错误):网站域名https://jntm.uno
您好,查看是有缓存到的
大炮运维V587 发表于 2025-2-5 10:53
您好,查看是有缓存到的
好的好的,谢谢
页:
[1]