摘要:
在nginx上的站点添加如下内容:######################################################################location ~ \.php{ fastcgi_index index.php; fastcgi_pass 127.0.0 阅读全文
posted @ 2011-11-06 15:33
飞鸿无痕
阅读(146)
评论(0)
推荐(0)
摘要:
nginx支持shtml的方法为: 在nginx.conf配置文件的http标签内下面,添加: ssi on;ssi_silent_errors on;ssi_types text/shtml; 然后保存,重启nginx即可。 阅读全文
posted @ 2011-11-06 15:31
飞鸿无痕
阅读(418)
评论(0)
推荐(0)