Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Trying to set up flask with nginx and gunicorn

cd /var/www/application/ && /usr/bin/gunicorn --workers 3 --bind unix:/var/www/application/application.sock wsgi:app
 
PREVIOUS NEXT
Tagged: #Trying #set #flask #nginx #gunicorn
ADD COMMENT
Topic
Name
7+8 =