add lighttpd example config

This commit is contained in:
schmijoe
2026-01-25 12:28:13 +01:00
parent 732bcbf9dc
commit f35c9de586

View 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" )
}