无标题文档
wdCP系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdCDN系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
wdOS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdDNS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
注册 发贴 提问 回复-必看必看 wddns免费智能 DNS 开通 本地或虚拟机使 用wdcp 一键包在mysql编 译时"卡住"
【300G高防】双线 无视攻击 wdcp官方技术支持/服务 阿里云8折优惠券 无敌云 腾讯云优惠中,现注册更有260代金额券赠送
返回列表 发帖
提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等

温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的

[求助] 求救,lanmp泛解析后php打不开

求救,lanmp泛解析后php打不开

server {
listen 80;
server_name ~^(?<subdomain>.+).wdcp.cn$;
root /www/web/b_wdcp_cn/public_html/test/$subdomain;
index index.html index.php index.htm;
error_page 400 /errpage/400.html;
error_page 403 /errpage/403.html;
error_page 404 /errpage/404.html;
error_page 405 /errpage/405.html;
        location ~ \.php$ {
                proxy_pass http://127.0.0.1:88;
                include naproxy.conf;
        }

}

haha对应haha.wdcp.cn

访问b.wdcp.cn/haha/index.php可以
但是访问haha.wdcp.cn/index.php 502

2020/05/04 09:24:03 [error] 29846#0: *1 upstream sent unsupported FastCGI protocol version: 72 while reading response header from upstream, client: 9.9.9.9, server: ~^(?<subdomain>.+).wdcp.cn$, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:88", host: "haha.wdcp.cn"

返回列表