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

6 lines
221 B
Text
Raw Normal View History

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