Commit 1515390f authored by nimrod's avatar nimrod
Browse files

Secure proxying of z-push auto-discover.

parent 90c0bd13
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
location /AutoDiscover/ {
    proxy_pass          https://zpush.shore.co.il$request_uri;
    include             snippets/proxy-headers.conf;
    include             snippets/proxy-ssl.conf;
}

location /Autodiscover/ {
    proxy_pass          https://zpush.shore.co.il$request_uri;
    include             snippets/proxy-headers.conf;
    include             snippets/proxy-ssl.conf;
}

location /autodiscover/ {
    proxy_pass          https://zpush.shore.co.il$request_uri;
    include             snippets/proxy-headers.conf;
    include             snippets/proxy-ssl.conf;
}

location /Microsoft-Server-ActiveSync {
    proxy_pass          https://zpush.shore.co.il$request_uri;
    include             snippets/proxy-headers.conf;
    include             snippets/proxy-ssl.conf;
}