You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
360 B
20 lines
360 B
[uwsgi] |
|
module = app:app |
|
master = true |
|
#callable = app |
|
#plugins = python3 |
|
wsgi-file = /home/zvevqx/app/tdtdt/app.py |
|
home = /home/zvevqx/app/tdtdt |
|
mount = /tdtdt=app.py |
|
manage-script-name = true |
|
|
|
virtualenv = /home/zvevqx/app/tdtdt/venv |
|
|
|
socket = /tmp/tdtdt.sock |
|
chmod-socket = 666 |
|
env = DEBUG=False |
|
env = SCRIPT_NAME=/tdtdt |
|
|
|
die-on-term = true |
|
vaccuum = true |
|
|
|
|