Nginx as reverse proxy for apache with ssl

apache-2.2nginxreverse-proxy

For now I have apache setup with ssl (users use private certificates).

Is it possible to put apache behind nginx in such case?

Best Answer

Yes.

http://www.cyberciti.biz/faq/howto-linux-unix-setup-nginx-ssl-proxy/

Also look at pound - http://www.apsis.ch/pound/ as an alternative or in addition to (in front of) nginx.