
15
Sep, 15
Nginx selective forwarding to tomcat
Nginx selective forwarding I encountered a situation today where Nginx had to forward all requests to tomcat except couple of URL’s which will be served by static content located inside Nginx root folder. This is what I did: [php] server { server_name...
Recent Comments