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/webdav.ini
Éric Gaspar d131730b5b v2
2023-04-27 22:55:37 +02:00

11 lines
294 B
INI

[uwsgi]
uid = __APP__
gid = www-data
plugins = python3
chdir = __INSTALL_DIR__/backend/
module = wsgi.webdav:application
home = __INSTALL_DIR__/backend/env/
threads = 8
env = TRACIM_CONF_PATH=__INSTALL_DIR__/backend/development.ini
socket = /tmp/uwsgi-__APP__-webdav.socket
chmod-socket = 660