I'm using resin(tomcat) back in nginx(apache) parse JSP file only,like this:
location ~ \.jsp {
// 88 is resin(tomcat) port
proxy_pass http://localhost:88;
}
should I activate keepalive in resin(tomcat)?