Commit ef21eb3223e39d3b6420ac39ac6cf88cca916417
1 parent
c6d58a7200
Exists in
master
Another sanity push.
Showing 1 changed file with 0 additions and 1 deletions Inline Diff
flashy.ini
View file @
ef21eb3
# mysite_uwsgi.ini file | 1 | 1 | # mysite_uwsgi.ini file | |
[uwsgi] | 2 | 2 | [uwsgi] | |
3 | 3 | |||
# Django-related settings | 4 | 4 | # Django-related settings | |
# the base directory (full path) | 5 | 5 | # the base directory (full path) | |
chdir = /srv/flashy-backend/ | 6 | 6 | chdir = /srv/flashy-backend/ | |
# Django's wsgi file | 7 | 7 | # Django's wsgi file | |
module = flashy.wsgi | 8 | 8 | module = flashy.wsgi | |
# the virtualenv (full path) | 9 | 9 | # the virtualenv (full path) | |
# home = /srv/flashy-backend/venv/ | 10 | 10 | # home = /srv/flashy-backend/venv/ | |
11 | 11 | |||
# process-related settings | 12 | 12 | # process-related settings | |
# master | 13 | 13 | # master | |
# master = true | 14 | 14 | # master = true | |
# maximum number of worker processes | 15 | 15 | # maximum number of worker processes | |
# processes = 1 | 16 | 16 | # processes = 1 | |
# the socket (use the full path to be safe | 17 | |||
http = :7001 | 18 | 17 | http = :7001 | |
# ... with appropriate permissions - may be needed | 19 | 18 | # ... with appropriate permissions - may be needed |