1.禁用php的nginx缓存
location ~ .*\.(css|js|swf|php|htm|html )$ {
add_header Cache-Control no-store; }2.禁用php缓存
[opcache]; Determines if Zend OPCache is enabledopcache.enable=0
本文共 225 字,大约阅读时间需要 1 分钟。
1.禁用php的nginx缓存
location ~ .*\.(css|js|swf|php|htm|html )$ {
add_header Cache-Control no-store; }2.禁用php缓存
[opcache]; Determines if Zend OPCache is enabledopcache.enable=0
转载于:https://www.cnblogs.com/HuiLove/p/4979635.html