Skip to content
Snippets Groups Projects
Commit 1515390f authored by nimrod's avatar nimrod
Browse files

Secure proxying of z-push auto-discover.

parent 90c0bd13
No related branches found
No related tags found
No related merge requests found
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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment