Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gunicorn port 8080

mkdir .log 2> /dev/null
DEBUG=0 authbind gunicorn -b 0.0.0.0:80 backend:app --access-logfile .log/access.log --error-logfile .log/general.log
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #gunicorn #port
ADD COMMENT
Topic
Name
1+9 =