appetrans 当前离线
注册会员
[root@server Admin]# free [root@server Admin]# sync [root@server Admin]# echo 3 > /proc/sys/vm/drop_caches [root@server Admin]# echo 0 > /proc/sys/vm/drop_caches
TOP
server { listen 80; server_name localhost; root /www/web/default; index index.php index.html index.htm; location ~ \.php$ { proxy_pass http://127.0.0.1:88; include naproxy.conf; } location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ { expires 30d; } location ~ .*\.(js|css)?$ { expires 12h; } }
admin 当前在线
管理员
这个是客户端浏览器的缓存,在wdcp后台站点编辑里,去掉就可以 admin 发表于 2013-4-27 19:34