Question
NGINX - static files 404
Hi,
I have setup a nginx virtual host like this
location / {
root /home/apps/abc/site;
index index.html;
}
However, all my static files like css, js, images are not loading and nginx is throwing a 404 not found error. Any siggestions on how to solve this?
Add a comment
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.
×