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

6 lines
221 B
Text
Raw Permalink Normal View History

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