!!!!!!!!
本帖最后由 enta 于 2013-7-3 14:48 编辑server { # simple reverse-proxy
listen 80;
listen :80;
server_name xx.net;
#access_log logs/domain2.access.log main;
location / {
proxy_pass http://公网IP:8090/;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
之前代理好好的,突然不行了,502 Bad Gatewaynginx/1.5.1
问题已经解决,感谢各位。
lxqfff 发表于 2013-7-3 14:17
back.gif
是不是被ban掉ip了
你真好笑,自己的VPS,自己ban自己? python脚本死了吧
李院长 发表于 2013-7-3 14:24
back.gif
python脚本死了吧
http://199.230.110.105:8090/
活着的,你自己看看 后台挂了,就502,直接访问http://127.0.0.1:8090/看看
zt1993 发表于 2013-7-3 14:27
back.gif
后台挂了,就502,直接访问http://127.0.0.1:8090/看看
http://199.230.110.105/
后台挂了? python运行时候绑的ip是199.230.110.105还是127.0.0.1还是0.0.0.0? 本帖最后由 enta 于 2013-7-3 14:48 编辑
chairo 发表于 2013-7-3 14:36
back.gif
python运行时候绑的ip是199.230.110.105还是127.0.0.1还是0.0.0.0?
多谢你的提醒,设置公网IP后正常了
页:
[1]