server "example.com" { listen on * port 80 listen on :: port 80 root "/werc/sites/example.com/_werc" directory index "werc.rc" location "/werc.rc" { root "/werc/bin" fastcgi } location "*/werc.rc" { root "/werc/bin" root strip 100 directory index "werc.rc" fastcgi } }