标签:
1.禁用php的nginx缓存
location ~ .*\.(css|js|swf|php|htm|html )$ {
add_header Cache-Control no-store;
}
2.禁用php缓存
[opcache]
; Determines if Zend OPCache is enabled
opcache.enable=0
标签:
原文地址:http://www.cnblogs.com/HuiLove/p/4979635.html