how to configure nginx with running apache ?
mex
nginx-forum at nginx.us
Thu Apr 17 09:57:18 UTC 2014
you should make your apache listen on 127.0.0.1:80 and nginx on your
external IP:80 (443 if you need ssl)
did you checked the manuals in wthe wiki?
http://wiki.nginx.org/Configuration -> proxying examples
http://wiki.nginx.org/LikeApache-> all you need for a start
after this you should check proxy_cache and different location {} - setups
for your static
files.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249356,249359#msg-249359
More information about the nginx
mailing list