no resolver defined to resolve

2012年7月6日晚配置nginx

location /wgame {
proxy_pass http://s$arg_GroupID.sina.rxwl.263wan.com ;
}

报错:

no resolver defined to resolve s1.sina.rxwl.263wan.com,

修改nginx config如下:

location /wgame {
resolver 8.8.8.8;
proxy_pass http://s$arg_GroupID.sina.rxwl.263wan.com ;
}

顺利通过。

ok解决问题。

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>