Commit 98cd04cc authored by Joshua Tauberer's avatar Joshua Tauberer

Merge pull request #452 from m4rcs/master

Z-Push autoconfiguration fails due to URL case sensitivity 
parents 17a14994 0cc20cbb
......@@ -55,7 +55,7 @@
# file upload limit to match the corresponding Postfix limit.
client_max_body_size 128M;
}
location /autodiscover/autodiscover.xml {
location ~* ^/autodiscover/autodiscover.xml$ {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /usr/local/lib/z-push/autodiscover/autodiscover.php;
fastcgi_param PHP_VALUE "include_path=.:/usr/share/php:/usr/share/pear:/usr/share/awl/inc";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment