管理 反向代理怎么没用啊
大大,怎么写了反向代理没用啊。。。。server
{
listen 80;
server_name 192.168.0.105;
location / {
proxy_pass http://bbs.28tui.com;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
管理,给个方案! 提示什么 502 Bad Gateway
页:
[1]