创旗管理系统服务中心
创旗管理系统服务中心

备案管理系统上同时安装接入资源管理系统

 1、下载接入资源管理系统应用程序包isp.zip,解压应用程序包。

2、运行setup_user.sh脚本。

3、在nginx.conf上配置虚拟主机节点,并重新启用nginx服务。
server {
      listen          80;
      server_name     idc.trunkey.com;
      location / {
      index index.html index.php;
      root  /server/abchosting/idc/wwwroot;
      location ~ .*\.(php|php5)?$
      {
        fastcgi_pass unix:/tmp/php-cgi.sock;
        fastcgi_index index.php;
        include fcgi.conf;
      }
     }
}

附件列表

文章内容仅供参考,如果您需要解决具体问题建议您提交有问必答。 3

标签: 暂无标签

收藏到: Favorites  

同义词: 暂无同义词

文章信息
客服导航
如果您在使用我们的产品中遇到问题,建议您首先在“常见问题”中查询解决方法;
如果没有找到该问题的解决方法,您可以在“问题搜索”中进行搜索;
如果搜索后没有找到满意答案,您可以“在线提问”,我们会在1个工作日内给您答复。