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

Merge pull request #87 from YunoHost-Apps/testing

make Microsoft-Server-ActiveSync works
This commit is contained in:
yalh76 2023-08-15 19:47:13 +02:00 committed by GitHub
commit 8b08744f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",