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:
commit
8b08744f46
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#sub_path_only rewrite ^Microsoft-Server-ActiveSync$ Microsoft-Server-ActiveSync/ permanent;
|
#sub_path_only rewrite ^Microsoft-Server-ActiveSync$ Microsoft-Server-ActiveSync/ permanent;
|
||||||
location /Microsoft-Server-ActiveSync/ {
|
location /Microsoft-Server-ActiveSync {
|
||||||
|
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __FINALPATH__/;
|
alias __FINALPATH__/;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "ActiveSync frontend that helps you synchronize emails, calendar and contacts",
|
"en": "ActiveSync frontend that helps you synchronize emails, calendar and contacts",
|
||||||
"fr": "Frontend ActiveSync qui permet de synchroniser emails, calendrier et 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",
|
"url": "https://z-push.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
Loading…
Add table
Reference in a new issue