cloudacademy / pizza-time

This repo is part of the Hands-on preparation for the AWS Certified SysOps Administrator exam course at Cloud Academy
MIT License
6 stars 11 forks source link

Static files not properly served? #1

Open matthurne opened 8 years ago

matthurne commented 8 years ago

In following along with the course introduction, all was well until the initial deployment of pizza-time. In the least, it looks like static assets are not properly served.

matthurne commented 8 years ago

httpd appears to be looking for static content in /opt/python/current/app/static, but the content appears to be in /opt/python/current/static in reality.

matthurne commented 8 years ago

I think I've fixed this; see pull request #2