Skip to content
Snippets Groups Projects
Commit 5239bbcc authored by nimrod's avatar nimrod
Browse files

Fix Activesync.

Address the issue after shore.co.il was moved to ns4.
parent 9b5992eb
No related branches found
No related tags found
No related merge requests found
Pipeline #806 failed
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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment