Skip to content

Commit

Permalink
Reverted WSIGY URL Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Collins committed Oct 6, 2016
1 parent 2430102 commit ea610be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/40_python.config
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit ea610be

Please sign in to comment.