From 5239bbcc8e75811481b017a6878ef179d3805535 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Mon, 1 Feb 2021 19:00:20 +0200 Subject: [PATCH] Fix Activesync. Address the issue after shore.co.il was moved to ns4. --- snippets/{z-push.conf => activesync.conf} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename snippets/{z-push.conf => activesync.conf} (57%) diff --git a/snippets/z-push.conf b/snippets/activesync.conf similarity index 57% rename from snippets/z-push.conf rename to snippets/activesync.conf index ccc2147..c46b913 100644 --- a/snippets/z-push.conf +++ b/snippets/activesync.conf @@ -1,19 +1,19 @@ location /AutoDiscover/ { - proxy_pass https://$z_push$request_uri; + proxy_pass https://zpush.shore.co.il$request_uri; include snippets/proxy-headers.conf; } location /Autodiscover/ { - proxy_pass https://$z_push$request_uri; + proxy_pass https://zpush.shore.co.il$request_uri; include snippets/proxy-headers.conf; } location /autodiscover/ { - proxy_pass https://$z_push$request_uri; + proxy_pass https://zpush.shore.co.il$request_uri; include snippets/proxy-headers.conf; } location /Microsoft-Server-ActiveSync { - proxy_pass https://$z_push$request_uri; + proxy_pass https://zpush.shore.co.il$request_uri; include snippets/proxy-headers.conf; } -- GitLab