haproxy 백 엔 드 nginx 사용자 접근 ip 주소 가 져 오기

558 단어 nginxhaproxy
   
        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 주 소 를 얻 을 수 있 습 니 다.

좋은 웹페이지 즐겨찾기