spug_expand/spug_expand_uwsgi.ini

24 lines
451 B
INI

# myweb_uwsgi.ini file
[uwsgi]
# Django-related settings
socket = :8081
# the base directory (full path)
chdir = /var/www/p3/spug_expand
# Django s wsgi file
module = spug_expand.wsgi
# process-related settings
# master
master = true
# maximum number of worker processes
processes = 4
# ... with appropriate permissions - may be needed
# chmod-socket = 664
# clear environment on exit
vacuum = true