tp5怎么用端口去绑定模块

浏览:1655 发布日期:2017/01/10 分类:ThinkPHP5专区 关键字: 路由 端口 nginx thinkphp5 模块
我开启了域名部署 'url_domain_deploy' => true,路由模块进行绑定    //域名绑定
    '__domain__'          => [
        //微信
        'wechat' => 'wechat',
        //前台
        'www'  => 'index',
    ],
之后在nginx vhost中
80 端口servicename中www.XX.com ;
8080 端口 servicename中wechat.XX.com;
root 都指向public;
问题来了访问80和8080都是index模块,请教下怎么解决
最佳答案
评论( 相关
后面还有条评论,点击查看>>