thirdculture/etc/lighttpd/conf.d/social.thridculture.top.conf
Quentin Wolkensperg 31022358ed close to prerelase
2024-11-11 14:52:00 -05:00

6 lines
No EOL
221 B
Text

$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" => "")
}