Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Add bind host to gunicorn command
Browse files Browse the repository at this point in the history
  • Loading branch information
jant-eficode committed Oct 9, 2018
1 parent d8e4629 commit 176f681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/start-production-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ cd "${DIR}/../backend"
. ~/venv/bin/activate

# Start Django with Gunicorn
gunicorn -w 4 --access-logfile - --error-logfile - sahkopiikki.wsgi
gunicorn --bind 127.0.0.1:8000 -w 4 --access-logfile - --error-logfile - sahkopiikki.wsgi

0 comments on commit 176f681

Please sign in to comment.