会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
陈朔技术博客
chenshuo.net
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
nginx
Nginx 虚拟主机下支持Pathinfo并隐藏入口文件的完整配置
摘要:server { listen 80; server_name zuqiu.com; # 设置你的域名 index index.html index.htm index.php; root D:/wnmp/www/dev/zuqiu; # 设置你的程...
阅读全文
posted @
2015-07-10 12:26
陈朔
阅读(369)
评论(0)
推荐(0)
nginx 支持pathinfo
摘要:location ~ \.php { #去掉$ root H:/PHPServer/WWW; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path...
阅读全文
posted @
2014-12-17 08:06
陈朔
阅读(143)
评论(0)
推荐(0)
公告