By m73mitchell
I used this article https://www.digitalocean.com/community/articles/how-to-set-up-nginx-virtual-hosts-server-blocks-on-ubuntu-12-04-lts--3 to setup virtual hosts on nginx but I’m getting a 403 forbidden error.
The article tells us to do this to set permissions
You can replace the "www-data" below with the appropriate username. sudo chown -R www-data:www-data /var/www/example.com/public_html Additionally, it is important to make sure that everyone is able to read our new files. sudo chmod 755 /var/www
I therefore did this with my username
sudo chown -R username:username /var/www/example.com/public_html
but I’m still getting the 403 forbidden errror. Do you know anything I can try?
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.
I Need Help To Download A MemoryHackers Download Sector Because I Can Not Download Because A 403 Forbidden nginx
I did this but I’m still getting the error <br> <br>sudo chown -R www-data:www-data /var/www/mydomain.com/public_html <br> <br>sudo service nginx restart <br> * Restarting nginx nginx
@Kamal Nasser, I’m Having the same problem. If i keep the index.html file when i go to the domain I see this “Success: You Have Set Up a Virtual Host” if I remove it I get the “403 forbidden error” any solution to this. thanks in advance
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
