Browse Source

add lighttpd example config

schmijoe 1 tháng trước cách đây
mục cha
commit
f35c9de586
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      contrib/lighttpd/radicale.conf

+ 6 - 0
contrib/lighttpd/radicale.conf

@@ -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" )
+}