Configure Nginx as a Reverse Proxy for Apache October 17, 2015 Sohel Amin 1 Comment Install nginx sudo apt-get install nginx Configure nginx sudo nano /etc/nginx/sites-available/example Make the file as bellows: server { listen 80;… Continue Reading →