I moved all my angular 4 files into the default /usr/share/nginx/html and its still showing the blank welcome to nginx page… What else am I supposed to do?
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!
In your Nginx site configuration, is the root directive set to /usr/share/nginx/html ?
Your site configs are located in /etc/nginx/sites-enabled/
If you want to continue to use the /usr/share/nginx/html instead of a custom location, then delete the file index.html in the directory before adding your content.
Just for tips, in my case it’s because I missed these in config files
include mime.types;
default_type application/octet-stream;
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.