mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
Update radicale.ini
This commit is contained in:
parent
f7ca69712f
commit
ab65c8e2fe
1 changed files with 28 additions and 7 deletions
|
@ -1,9 +1,30 @@
|
||||||
[uwsgi]
|
[uwsgi]
|
||||||
socket=/tmp/radicale.sock
|
# Who will run the code
|
||||||
plugins=python
|
uid = radicale
|
||||||
uid=www-data
|
gid = radicale
|
||||||
gid=www-data
|
|
||||||
virtualenv=/usr/local/radicale
|
# Number of workers
|
||||||
chdir=/var/www/radicale
|
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
|
||||||
|
|
||||||
|
# Module to import
|
||||||
|
#module = searx.webapp
|
||||||
|
|
||||||
|
# Virtualenv and python path
|
||||||
|
virtualenv = /opt/yunohost/radicale
|
||||||
|
pythonpath = /opt/yunohost/radicale
|
||||||
|
chdir= /var/www/radicale
|
||||||
wsgi-file=/var/www/radicale/radicale.wsgi
|
wsgi-file=/var/www/radicale/radicale.wsgi
|
||||||
master=True
|
|
||||||
|
# The variable holding flask application
|
||||||
|
callable = app
|
||||||
|
|
Loading…
Reference in a new issue