We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f457cbc commit 1d68c9fCopy full SHA for 1d68c9f
config/nginx/z-push.conf
@@ -32,15 +32,7 @@ server {
32
include snippets/z-push-php.conf;
33
}
34
35
- location /AutoDiscover/AutoDiscover.xml {
36
- include snippets/z-push-autodiscover.conf;
37
- include snippets/z-push-php.conf;
38
- }
39
- location /Autodiscover/Autodiscover.xml {
40
41
42
43
- location /autodiscover/autodiscover.xml {
+ location ~* ^/AutoDiscover/AutoDiscover.xml$ {
44
include snippets/z-push-autodiscover.conf;
45
46
0 commit comments