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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
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