Hi,
I have setup apache to proxy to nginx. but its not working.
Code:
<VirtualHost 74.207.234.113:80>
ServerAdmin admin@teampdn.com
ServerName develop.teampdn.com
ProxyPass / http://localhost:8686/
ProxyPassReverse / http://localhost:8686/
# Uncomment the line below if your site uses SSL.
#SSLProxyEngine On
</VirtualHost>
my nginx is running on 8686.
But develop.teampdn.com takes me to my default apache page, but develop.teampdn.com:8686 is taking me to the correct location.
Definitely I am doing something wrong, please help me finding it.
Thanks
