使用军哥的lnmp反向代理带端口的站应该怎么做?谢谢
server{
listen 81;
server_name tukuimgs.kunmma.com;
location / {
proxy_pass http://yangshengsj.bieke.cc:81;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
想要反向代理http://yangshengsj.bieke.cc:81/xxx/xxx.html的内容
上边的写法不行,访问我的域名/xxx/xxx.html访问不到被代理的内容
军哥知道怎么解决吗?谢谢 不清楚,访问不到不一定是配置文件的问题,也可能是对方设置了一些限制
页:
[1]