Skip to content
Snippets Groups Projects
Commit 2a0afd20 authored by Martin Mareš's avatar Martin Mareš
Browse files

Save uwsgi config

parent efdd98e6
No related branches found
No related tags found
No related merge requests found
[uwsgi]
processes=1
uid=mffzoom
gid=mffzoom
plugins=python3
home=/srv/mffzoom/venv
chdir=/srv/mffzoom/hook
wsgi-file=hook.wsgi
touch-reload=force-reload
[uwsgi]
processes=2
uid=mffzoom
gid=mffzoom
plugins=python3
home=/srv/mffzoom/venv
chdir=/srv/mffzoom/app
manage-script-name=1
wsgi-file=zoom.py
callable=app
touch-reload=force-reload
buffer-size=32768
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment