flashy.ini 558 Bytes
# mysite_uwsgi.ini file
[uwsgi]
# Django-related settings
# the base directory (full path)
chdir = /srv/flashy-backend/
# Django's wsgi file
module = flashy.wsgi
# the virtualenv (full path)
# home = /srv/flashy-backend/venv/
# process-related settings
# master
# master = true
# maximum number of worker processes
# processes = 1
# the socket (use the full path to be safe
http = :7001
# ... with appropriate permissions - may be needed
# chmod-socket = 664
touch-reload = '/tmp/reload_uwsgi'