server.modules = (
"mod_rewrite"
)

# see rewrite.txt ←嫁
url.rewrite = (
"^/rc/(.+)" => "http://192.168.0.151:90/$1"
)