From ea610be6b1981f1b4ce9d20911a5a18f225509aa Mon Sep 17 00:00:00 2001 From: Sam Collins Date: Thu, 6 Oct 2016 23:58:52 +0100 Subject: [PATCH] Reverted WSIGY URL Change --- .ebextensions/40_python.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ebextensions/40_python.config b/.ebextensions/40_python.config index 8944149..02636e1 100644 --- a/.ebextensions/40_python.config +++ b/.ebextensions/40_python.config @@ -10,7 +10,7 @@ option_settings: REDIS_ENDPOINT_ADDRESS: '`{ "Fn::GetAtt" : [ "MyElastiCache", "RedisEndpoint.Address"]}`' REDIS_PORT: '`{ "Fn::GetAtt" : [ "MyElastiCache", "RedisEndpoint.Port"]}`' "aws:elasticbeanstalk:container:python": - WSGIPath: "../config/wsgi.py" + WSGIPath: "config/wsgi.py" NumProcesses: 3 NumThreads: 20 "aws:elasticbeanstalk:container:python:staticfiles":