1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

make Microsoft-Server-ActiveSync works

This commit is contained in:
yalh76 2023-08-15 19:46:51 +02:00
parent 41826fc573
commit 9fb3b7722c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#sub_path_only rewrite ^Microsoft-Server-ActiveSync$ Microsoft-Server-ActiveSync/ permanent;
location /Microsoft-Server-ActiveSync/ {
location /Microsoft-Server-ActiveSync {
# Path to source
alias __FINALPATH__/;

View file

@ -6,7 +6,7 @@
"en": "ActiveSync frontend that helps you synchronize emails, calendar and contacts",
"fr": "Frontend ActiveSync qui permet de synchroniser emails, calendrier et contacts"
},
"version": "2.7.0~ynh2",
"version": "2.7.0~ynh3",
"url": "https://z-push.org",
"upstream": {
"license": "AGPL-3.0-or-later",