thirdculture/etc/lighttpd/conf.d/ppl.thirdculture.top.conf
2024-07-18 14:09:32 -04:00

6 lines
No EOL
218 B
Text

$HTTP["host"] =~ "^ppl\.thirdculture\.top$" {
index-file.names = ( )
server.error-handler-404 = "/werc.rc"
alias.url += ( "/werc.rc" => "/var/www/werc/bin/werc.rc" )
cgi.assign += ( ".rc" => "")
}