Comments on How To Set Up nginx As A Reverse Proxy For Apache2 On Ubuntu 12.04
How To Set Up nginx As A Reverse Proxy For Apache2 On Ubuntu 12.04 nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can set up nginx as a reverse proxy on front of an Apache2 web server on Ubuntu 12.04.
5 Comment(s)
Comments
This was really helpful. I got nginx working as a reverse proxy in front of my Apache2 server in less than 30 mins. Thanks!
As always ! super awesome tutorial , as a system admin howtoforge is super awesome
Thanks .
Nice tutorial. How do I set up reverse proxy that will allow Server A fetches data from Internal Server B ?
Is there a way to configure nginx for wildcard listening ?
so that we can have a ispconfig installation behind the nginx server, with multiple domains ?
www.example1.de
www.example2.de
www.example3.de
and so on
thanks
Hi
have installed the nginx and looks like it works well .command show nginx is running
but how do i know it is nginx through which webpages are deliverd and not through on apache .
i am on ubuntu 14.04
Adam