Re: Nginx and Apach2

2015-06-23 Thread Wandenberg Peixoto
Take a look on *port_in_redirect *and *proxy_pass * configuration. You probably have to do a proxy_pass to Apache and ensure that the port number is remo

Nginx and Apach2

2015-06-23 Thread sergiofm
I have nginx and apache2 in the same Ubuntu Server 14.04 and i want to use nginx as proxy server. My idea is when people write www.mysite.com, nginx redirect to apache and i can do that, but the problem is that apache is in port 81 and when nginx redirect, the url show www.mysite.com:81/mysite. I j