**我自己犯傻了,已经解决,不好意思**
原因是服务器上PHP是7.1,部分服务无法跑在更高版本上,所以使用docker方式进行部署,docker镜像是
```
https://github.com/X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_pass http://wm;
}
}
```
在服务器上curl http://localhost/ | curl http://127.0.0.1/ | curl http://docker内网ip/ 都是正常返回
但是外网 curl https://domain.name/webman 的时候返回的却是webman的404页面, 但是直接curl http://domain.name:8787 是正常返回
求个指点,想走https, 不太想暴露8787