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 reverse proxy tomcat, logging real IP

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

Nginx reverse proxy tomcat, logging real IP

When nginx reverse proxy, if no configuration is added, the proxy IP of nginx will be displayed in the tomcat log. In order to know that the real client accesses IP, you can add the following configuration implementation

Tomcat log file: localhost_access_log.txt

1. Modify nginx.conf

Add to server or location

Proxy_set_header X-Forwarded-For $remote_addr

2. Modify tomcat configuration file

Modify the server.xml file and find in it: className= "org.apache.catalina.valves.AccessLogValve" directory= "logs" module, modify pattern= "% {X-FORWARDED-FOR} I% u...."

After modification, it is as follows:

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