add lighttpd example config
This commit is contained in:
6
contrib/lighttpd/radicale.conf
Normal file
6
contrib/lighttpd/radicale.conf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
server.modules += ( "mod_proxy" , "mod_setenv" )
|
||||||
|
|
||||||
|
$HTTP["url"] =~ "^/radicale/" {
|
||||||
|
proxy.server = ( "" => (( "host" => "127.0.0.1", "port" => "5232" )) )
|
||||||
|
setenv.add-request-header = ( "X-Script-Name" => "/radicale" )
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user