Skip to content

Commit

Permalink
update gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kueng committed Oct 8, 2023
1 parent 07ae944 commit ab1219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/entrypoint.prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gunicorn munkiwebadmin.wsgi:application \
--name $NAME \
--workers $NUM_WORKERS \
--user=$USER --group=$GROUP \
--bind=$SOCKFILE \
--bind=unix:$SOCKFILE \
--log-level=warn \
--log-file=/home/app/gunicorn.log \
--daemon
Expand Down

0 comments on commit ab1219c

Please sign in to comment.