Re: nginx subdomains ajp module

2014-07-24 Thread LucianaD
LucianaD Wrote: --- > Hi, > of course! > I've used the standard package (the one I install with apt-get on > ubuntu server) and I made this configuration: > > upstream tomcat_server { > > server tomcat.dom

Re: nginx subdomains ajp module

2014-07-24 Thread LucianaD
Hi, of course! I've used the standard package (the one I install with apt-get on ubuntu server) and I made this configuration: upstream tomcat_server { server tomcat.domain.com:8080; } server{ listen 80; server_name app1.domain.com; location / {

nginx subdomains ajp module

2014-07-24 Thread LucianaD
Hello, i tried to use nginx as a reverse proxy for tomcat and jboss application (that live on other servers) , using subdomains (eg. app1.domain.com, app2.domain.com etc), but, unfortunatelly, tomcat and jboss application have some problems with it (using subdomains there's no way to make jsp avail