mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
25 lines
479 B
INI
25 lines
479 B
INI
|
[uwsgi]
|
||
|
# Who will run the code
|
||
|
uid = radicale
|
||
|
gid = radicale
|
||
|
|
||
|
# Number of workers
|
||
|
workers = 4
|
||
|
|
||
|
# The right granted on the created socket
|
||
|
chmod-socket = 666
|
||
|
|
||
|
# Plugin to use and interpretor config
|
||
|
single-interpreter = true
|
||
|
master = true
|
||
|
plugin = python
|
||
|
|
||
|
# Application base folder
|
||
|
base = /opt/yunohost/radicale
|
||
|
|
||
|
# Virtualenv and python path
|
||
|
virtualenv = /opt/yunohost/radicale
|
||
|
pythonpath = /opt/yunohost/radicale
|
||
|
chdir= /var/www/radicale
|
||
|
wsgi-file=/var/www/radicale/radicale.wsgi
|