close to prerelase
This commit is contained in:
parent
e55fbb5b67
commit
31022358ed
181 changed files with 2118 additions and 141 deletions
6
etc/lighttpd/conf.d/events.thridculture.top.conf
Normal file
6
etc/lighttpd/conf.d/events.thridculture.top.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
$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" => "")
|
||||
}
|
6
etc/lighttpd/conf.d/music.thridculture.top.conf
Normal file
6
etc/lighttpd/conf.d/music.thridculture.top.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
$HTTP["host"] =~ "^music\.thirdculture\.top$" {
|
||||
index-file.names = ( )
|
||||
server.error-handler-404 = "/werc.rc"
|
||||
alias.url += ( "/werc.rc" => "/var/www/werc/bin/werc.rc" )
|
||||
cgi.assign += ( ".rc" => "")
|
||||
}
|
6
etc/lighttpd/conf.d/social.thridculture.top.conf
Normal file
6
etc/lighttpd/conf.d/social.thridculture.top.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
$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" => "")
|
||||
}
|
6
etc/lighttpd/conf.d/visual.thridculture.top.conf
Normal file
6
etc/lighttpd/conf.d/visual.thridculture.top.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
$HTTP["host"] =~ "^visual\.thirdculture\.top$" {
|
||||
index-file.names = ( )
|
||||
server.error-handler-404 = "/werc.rc"
|
||||
alias.url += ( "/werc.rc" => "/var/www/werc/bin/werc.rc" )
|
||||
cgi.assign += ( ".rc" => "")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue