I am new to Nginx and I need your help,
According to many forums I understood that all our static pages are stored in Nginx. When there is request comes I have to pass that request to tomcat for data and after response from tomcat response generated.
Currently, I have just done that I request directly passed to tomcat and respond to request. but I think that is not solution for performance.
So anyone can Help me?