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.

16 lines
488 B
INI

[uwsgi]
plugin=python3
chdir = /home/murtaugh/pzi/2025-2026/call/call
home = /home/murtaugh/pzi/2025-2026/call/call/venv
module = call2025.wsgi:application
master = True
# uwsgi-socket = /home/murtaugh/pzi/2025-2026/call/call/sock/django.sock
# chmod-socket = 666
vacuum = True
max-requests = 5000
uid=murtaugh
gid=murtaugh
; daemonize=/var/log/uwsgi/yourproject.log
mount = /call=call2025.wsgi:application
manage-script-name=true