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 #86 from YunoHost-Apps/testing

Update nginx.conf
This commit is contained in:
Éric Gaspar 2023-08-15 12:08:28 +02:00 committed by GitHub
commit 9748af75db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Z-Push is an Exchange ActiveSync fronted written in PHP which lets you synchronize emails (IMAP/SMTP backend) and calendar/contacts (cardDAV and caldDAV backend)
**Shipped version:** 2.7.0~ynh1
**Shipped version:** 2.7.0~ynh2
## Disclaimers / important information
* would be better to create a dedicated domain: autodiscover.yourdomain.org

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Z-Push is an Exchange ActiveSync fronted written in PHP which lets you synchronize emails (IMAP/SMTP backend) and calendar/contacts (cardDAV and caldDAV backend)
**Version incluse :** 2.7.0~ynh1
**Version incluse :** 2.7.0~ynh2
## Avertissements / informations importantes
* would be better to create a dedicated domain: autodiscover.yourdomain.org

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~ynh1",
"version": "2.7.0~ynh2",
"url": "https://z-push.org",
"upstream": {
"license": "AGPL-3.0-or-later",