`
yhq1212
  • 浏览: 79054 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

nginx 正反向代理

 
阅读更多

正向,

server {

        listen       8888;

       server_name  localhost;

 

        #charset koi8-r;

 

        #access_log  logs/host.access.log  main;

 

        location / {##其他的雷同

            resolver dns;

resolver_timeout 30s;

proxy_pass   http://192.168.30.211/;

        }

 

      

        error_page   500 502 503 504  /50x.html;

        location = /50x.html {

            root   html;

        }

 

       

    }

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics