摘要: location ~* .*\.(gif|jpg|jpeg|bmp|png|tiff|tif|ico|wmf|js)$ { # slowfs_cache fastcache; # slowfs_cache_key $uri; # slowfs_cache_valid 1d; # add_header 阅读全文
posted @ 2016-12-07 15:01 追溯。 阅读(5437) 评论(0) 推荐(0) 编辑
摘要: location ~ \.php { #去掉$ root H:/PHPServer/WWW; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path_info ^(.+\.php)(.*)$; ... 阅读全文
posted @ 2016-12-07 11:14 追溯。 阅读(185) 评论(0) 推荐(0) 编辑