initial commit
This commit is contained in:
commit
5b839e0543
174 changed files with 12261 additions and 0 deletions
21
etc/lighttpd/conf.d/files.thirdculture.top.conf
Normal file
21
etc/lighttpd/conf.d/files.thirdculture.top.conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
$HTTP["host"] =~ "^files\.thirdculture\.top$" {
|
||||
auth.backend = "htpasswd"
|
||||
auth.backend.htpasswd.userfile = "/etc/lighttpd/.htpasswd"
|
||||
|
||||
auth.require = ( "" =>
|
||||
(
|
||||
"method" => "basic",
|
||||
"realm" => "Password protected area",
|
||||
"require" => "valid-user"
|
||||
)
|
||||
)
|
||||
|
||||
proxy.server = (
|
||||
"" => (
|
||||
(
|
||||
"host" => "gossa",
|
||||
"port" => 8001
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
6
etc/lighttpd/conf.d/ppl.thirdculture.top.conf
Normal file
6
etc/lighttpd/conf.d/ppl.thirdculture.top.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
$HTTP["host"] =~ "^ppl\.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/thirdculture.top.conf
Normal file
6
etc/lighttpd/conf.d/thirdculture.top.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
$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" => "")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue