Introduction to Ansible Transcripts
Chapter: Deployments
Lecture: Serving Static Assets
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
We should be able to identify under the web server configuration if it's pointing to an incorrect location for serving static assets.
0:17
Get a 404 Not Found even though this is a static CSS path. So we have sub-app directory, app name static. If we take a look at our code
0:29
we'll see that it's actually app and not the app name itself. Let's fix that, this should do it.
0:58
All right, and now our static assets are being served and the web page is as we would expect.