`
xiaolin0199
  • 浏览: 565454 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Nginx/Squid出现403被拒绝的解决方法

 
阅读更多

在 server 段中,注释掉上面一行,或者去掉,添加下面的一行, proxy_set_header Host $host:80;

         #proxy_set_header Host $host;
         proxy_set_header Host   $host:80;

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics