You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
402 B
INI

# uwsgi.ini file
[uwsgi]
plugin=python3
chdir = /data/www/xpub.nl/wsgi/call2025
home = /data/www/xpub.nl/wsgi/call2025/venv
master = true
processes = 10
uwsgi-socket = /data/www/xpub.nl/wsgi/call2025/sock/django.sock
chmod-socket = 666
vacuum = true
#uid = media
#gid = media
mount = /2025/call=call2025.wsgi:application
manage-script-name=true