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

haproxy后端nginx取得用户访问ip地址

时间:2016-01-15 18:00:18      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:haproxy nginx

   
        set_real_ip_from 172.16.100.120;  #haproxy 的IP地址
        set_real_ip_from 172.16.100.110;  #haproxy 的IP地址
        real_ip_header X-Forwarded-For;

        log_format  main  ‘$remote_addr - $remote_user [$time_local] "$request" ‘
                          ‘$status $body_bytes_sent "$http_referer" ‘
                          ‘"$http_user_agent" "$http_x_forwarded_for"‘;


nginx配置文件设置如上

后端nginx服务可以取得用户访问的真实ip地址。

本文出自 “好记性不如烂笔头” 博客,请务必保留此出处http://cobweb.blog.51cto.com/390607/1735299

haproxy后端nginx取得用户访问ip地址

标签:haproxy nginx

原文地址:http://cobweb.blog.51cto.com/390607/1735299

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