mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
12 lines
302 B
INI
12 lines
302 B
INI
[uwsgi]
|
|
uid = __APP__
|
|
gid = www-data
|
|
plugins = python3
|
|
chdir = __INSTALL_DIR__/backend/
|
|
module = wsgi.web:application
|
|
home = __INSTALL_DIR__/backend/env
|
|
socket = /tmp/uwsgi-__APP__-web.socket
|
|
chmod-socket = 660
|
|
workers = 4
|
|
threads = 4
|
|
env = TRACIM_CONF_PATH=__INSTALL_DIR__/backend/development.ini
|