Hi,
I went through Digital Ocean’s tutorial for https://www.digitalocean.com/community/articles/how-to-configure-nginx-as-a-front-end-proxy-for-apache and can’t get nginx to work with apache. I tried uninstalling nginx (sudo apt-get purge nginx) yet I still can’t find the nginx config file (sudo nano /etc/nginx/sites-available/example file). I followed the instructions word for word and copy and pasted everything.
I must have done something wrong, because now my site is down. Was I supposed to change any of the examples to match my site??
Any help is much appreciated, Thanks, Nicholaus
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
This comment has been deleted
Hi Iko, <br> <br>Thank you for your help, you cleared up my confusion. <br> <br>Nicholaus
VirtualHost 127.0.0.1:8080 <br> to <br>VirtualHost *:80