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
Branches
No related tags found
No related merge requests found
location /AutoDiscover/ { location /AutoDiscover/ {
proxy_pass https://zpush.shore.co.il$request_uri; proxy_pass https://zpush.shore.co.il$request_uri;
include snippets/proxy-headers.conf; include snippets/proxy-headers.conf;
include snippets/proxy-ssl.conf;
} }
location /Autodiscover/ { location /Autodiscover/ {
proxy_pass https://zpush.shore.co.il$request_uri; proxy_pass https://zpush.shore.co.il$request_uri;
include snippets/proxy-headers.conf; include snippets/proxy-headers.conf;
include snippets/proxy-ssl.conf;
} }
location /autodiscover/ { location /autodiscover/ {
proxy_pass https://zpush.shore.co.il$request_uri; proxy_pass https://zpush.shore.co.il$request_uri;
include snippets/proxy-headers.conf; include snippets/proxy-headers.conf;
include snippets/proxy-ssl.conf;
} }
location /Microsoft-Server-ActiveSync { location /Microsoft-Server-ActiveSync {
proxy_pass https://zpush.shore.co.il$request_uri; proxy_pass https://zpush.shore.co.il$request_uri;
include snippets/proxy-headers.conf; 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