Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Nginx Learning Notes (2)-Nginx Log

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

1. If the Nginx server is used as the web server, after the load balancer and the Nginx reverse proxy, the real ip address of the client cannot be obtained. The reason is that after the reverse proxy, due to the addition of an intermediate layer between the client and the server, the web server cannot get the client's ip directly, and the ip address of the reverse proxy will be passed through the $remote_addr variable. However, the reverse proxy server can add X-Forwarded-For information to the HTTP header information of the forwarding request to record the original client ip address of the original client request server address.

Log_format mylogformat'$http_x_forwarded_for-$remote_user [$time_local]'

'$ request'$status $body_bytes_sent'

'"$http_referer"$http_user_agent"'

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report