From 9fb3b7722c8f8b3a0e5f1e3a7ffa6d2e0e32e235 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 15 Aug 2023 19:46:51 +0200 Subject: [PATCH] make Microsoft-Server-ActiveSync works --- conf/nginx.conf | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 518aacb..2b61559 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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__/; diff --git a/manifest.json b/manifest.json index 5a0edaa..900c066 100644 --- a/manifest.json +++ b/manifest.json @@ -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",