1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tracim_ynh.git synced 2024-10-01 13:34:52 +02:00
tracim_ynh/conf/web.ini
Éric Gaspar d131730b5b v2
2023-04-27 22:55:37 +02:00

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