nginx 做gitbook的代理,报错,curl请求有返回值,请老师帮忙看一下不胜感激
来源:1-1 课程介绍
Hubery_Fight
2019-07-08
请求地址 http://172.30.7.12/docs/qhd/ 报错
gitbook服务配置: http://172.30.7.12:4003/
错误信息:2019/07/08 05:09:47 [error] 5#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 10.19.92.28, server: localhost, request: "GET /docs/qhd/ HTTP/1.1", upstream: "http://127.0.0.1:4003/", host: "172.30.7.12"
服务器中nginx.conf 配置location /docs/qhd/ { proxy_pass http://127.0.0.1:4003/; allow all; }
服务其中curl测试,有返回值:curl http://127.0.0.1:4003/
写回答
1回答
-
Jeson
2019-07-09
1、服务其中curl测试,有返回值:
curl http://127.0.0.1:4003/这个是在哪台服务器上测试的结果?贴出下完整的Nginx配置,我看看
2、把这个配置allow all;去掉,然后再测试一下。
032019-07-09
相似问题