Skip to content

Commit

Permalink
Closes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterdp committed Aug 6, 2015
1 parent 0fa9de0 commit 39d4e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_gunicorn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if [ -d "venv" ]; then
source venv/bin/activate
fi

exec gunicorn -w 4 -b 127.0.0.1:8080 resolver:wsgi_app --timout 900 --graceful-timeout 900
exec gunicorn -w 4 -b 127.0.0.1:8080 resolver:wsgi_app --timeout 900 --graceful-timeout 900

0 comments on commit 39d4e85

Please sign in to comment.