Many people use Nginx as reverse proxy and their applications may depend on remote_addr request variable. The following steps help to correct it.
First of all check if Nginx contains necessary module be executing the command:
You should see this line in the output:
Then you need to add following lines to your Nginx configuration:
And at the end add this to your Tomcat server.xml
How to configure valve you may read here. Do not forget to replace 111.111.111.111 with your server IP.
Good luck!
First of all check if Nginx contains necessary module be executing the command:
nginx -V
You should see this line in the output:
--with-http_realip_module
Then you need to add following lines to your Nginx configuration:
set_real_ip_from 111.111.111.111;
real_ip_header X-Real-IP;
real_ip_recursive on;
And at the end add this to your Tomcat server.xml
<Valve
className="org.apache.catalina.valves.RemoteIpValve"
internalProxies="111\.111\.111\.111"
remoteIpHeader="x-forwarded-for"
remoteIpProxiesHeader="x-forwarded-by"
protocolHeader="x-forwarded-proto"
/>
How to configure valve you may read here. Do not forget to replace 111.111.111.111 with your server IP.
Good luck!
Nowadays, most of the people showing interest to build mobile application in Android operating system, since it is flexible for developers to develop an app, If you are interested to build your own app.
AntwortenLöschenOracle Training in Chennai | Certification | Online Course Training | Oracle Training in Bangalore | Certification | Online Course Training | Oracle Training in Hyderabad | Certification | Online Course Training | Oracle Training in Online | Certification | Online Course Training | Hadoop Training in Chennai | Certification | Online Course Training
AntwortenLöschenThanks for the info And I hope to read this good article again. DevOps Training in Bangalore | Certification | Online Training Course institute | DevOps Training in Hyderabad | Certification | Online Training Course institute | DevOps Training in Coimbatore | Certification | Online Training Course institute | DevOps Online Training | Certification | Devops Training Online