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",