1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00
This commit is contained in:
ericgaspar 2021-11-22 14:02:35 +01:00
parent 071e8ddf8c
commit 35564152d1
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,4 @@
location __PATH__ { location __PATH__ {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
try_files $uri @radicale; try_files $uri @radicale;
} }

View file

@ -18,7 +18,7 @@
"email": "maniackc_dev@crudelis.fr" "email": "maniackc_dev@crudelis.fr"
}], }],
"requirements": { "requirements": {
"yunohost": ">= 4.2.0" "yunohost": ">= 4.3.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [