Skip to content
Snippets Groups Projects
Select Git revision
  • 0c3ffac5418f7419ef61f27b88d0d7a63de6b838
  • master default
  • host01
  • ns4
  • kodi
5 results

z-push.conf

Blame
  • z-push.conf 549 B
    location /AutoDiscover/ {
        proxy_pass          http://$z_push$request_uri;
        include             snippets/proxy-headers.conf;
    }
    
    location /Autodiscover/ {
        proxy_pass          http://$z_push$request_uri;
        include             snippets/proxy-headers.conf;
    }
    
    location /autodiscover/ {
        proxy_pass          http://$z_push$request_uri;
        include             snippets/proxy-headers.conf;
    }
    
    location /Microsoft-Server-ActiveSync {
        proxy_pass          http://$z_push$request_uri;
        include             snippets/proxy-headers.conf;
    }