码迷,mamicode.com
首页 > 其他好文 > 详细

nginx

时间:2018-08-04 20:34:31      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:eal   root   集群   forward   header   str   _for   head   one   

location / {
            root   html;
            index  index.aspx index.html index.htm;
            #其中jq_one 对应着upstream设置的集群名称
            proxy_pass         http://Jq_one; 
            #设置主机头和客户端真实地址,以便服务器获取客户端真实IP
            proxy_set_header   Host             $host; 
            proxy_set_header   X-Real-IP        $remote_addr; 
            proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
        }

 

nginx

标签:eal   root   集群   forward   header   str   _for   head   one   

原文地址:https://www.cnblogs.com/techliang666/p/9419565.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!