Skip to content
Snippets Groups Projects
Commit 0291e833 authored by Thomas Downes's avatar Thomas Downes Committed by GraceDB
Browse files

Fix binding of gunicorn port #

parent b262916b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ redirect_stderr=true
priority=2
[program:gracedb]
command=/usr/local/bin/gunicorn --reload --bind 0.0.0.0:8000 config.wsgi:application
command=/usr/local/bin/gunicorn --reload --bind 127.0.0.1:8080 config.wsgi:application
directory=/app/gracedb_project
#user=www-data
#group=www-data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment