Commit b10e9353 authored by Roel van Meer's avatar Roel van Meer

ZP-1131 Autodiscovery config for Lighttpd

Based on the Apache2 autodiscovery config.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 2097efe0
# Z-Push AutoDiscover - ActiveSync over-the-air - default Lighttpd configuration
server.modules += ("mod_rewrite")
url.rewrite-once = ( "(?i)^/autodiscover/autodiscover\.xml.*" => "/Autodiscover/Autodiscover.xml" )
alias.url += (
"/Autodiscover/Autodiscover.xml" => "/usr/share/z-push/autodiscover/autodiscover.php"
)
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