thirdculture/etc/lighttpd/conf.d/thirdculture.top.conf

6 lines
213 B
Text
Raw Permalink Normal View History

2024-07-18 14:09:32 -04:00
$HTTP["host"] =~ "^thirdculture\.top$" {
index-file.names = ( )
server.error-handler-404 = "/werc.rc"
alias.url += ( "/werc.rc" => "/var/www/werc/bin/werc.rc" )
cgi.assign += ( ".rc" => "")
}