Skip to content

Commit

Permalink
fixed start webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Feb 21, 2024
1 parent bb99e26 commit 5bd49b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend_celery/start_webapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ then
logsdir=$ROOT/logs
mkdir -p $logsdir/gunicorn-access-logs
mkdir -p $logsdir/gunicorn-error-logs
gunicorn -b $HOST:$PORT -w 4 'webapp:create_app()' --access-logfile $logsdir/gunicorn-access-logs/access.log --error-logfile $logsdir/gunicorn-error-logs/error.log # heredivar.uni-koeln.de:8000
gunicorn -b localhost:$PORT -w 4 'webapp:create_app()' --access-logfile $logsdir/gunicorn-access-logs/access.log --error-logfile $logsdir/gunicorn-error-logs/error.log # heredivar.uni-koeln.de:8000
#gunicorn -b SRV018.img.med.uni-tuebingen.de:8001 -w 1 'webapp:create_app()'
fi

0 comments on commit 5bd49b0

Please sign in to comment.