diff --git a/gunicorn.cfg b/gunicorn.py similarity index 100% rename from gunicorn.cfg rename to gunicorn.py diff --git a/run.sh b/run.sh index 23dde40..cfccfb2 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ #!/bin/bash -gunicorn -c gunicorn.cfg main +gunicorn -c gunicorn.py main # Alternatively "passenger start" should do the trick as well.