From ecc2b6a68f26152f73eb397ebe16449eb10265ce Mon Sep 17 00:00:00 2001 From: yackob03 Date: Mon, 30 Sep 2013 16:55:23 -0400 Subject: [PATCH] Try to add support for static files to the environment. --- .ebextensions/python27.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ebextensions/python27.config b/.ebextensions/python27.config index 83b79cb2e..cfac7e3e2 100644 --- a/.ebextensions/python27.config +++ b/.ebextensions/python27.config @@ -32,3 +32,7 @@ container_commands: # https://github.com/leetreveil/elasticbeanstalk-python27/commit/3b3c955cfe686b9df77e0dddaf299ce6e1a20f32 01replacewsgiconf: command: scp /opt/python/ondeck/app/wsgi.conf /opt/python/ondeck/wsgi.conf + +option_settings: + "aws:elasticbeanstalk:container:python:staticfiles": + "/static/": "static/" \ No newline at end of file