Merge pull request #9157 from tobiasd/20200907-9155lighttpd
lighttpd follow up of #9155
This commit is contained in:
commit
dcac7f0a78
|
@ -105,6 +105,9 @@ $HTTP["scheme"] == "https" {
|
||||||
"^\/([^\?]*)\?(.*)$" => "/index.php?pagename=$1&$2",
|
"^\/([^\?]*)\?(.*)$" => "/index.php?pagename=$1&$2",
|
||||||
"^\/(.*)$" => "/index.php?pagename=$1"
|
"^\/(.*)$" => "/index.php?pagename=$1"
|
||||||
)
|
)
|
||||||
|
$HOST["url"] =~ "^/bin/" {
|
||||||
|
url.access.deny ( "" )
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else $HTTP["host"] !~ "(friendica.example.com|wordpress.example.com)" {
|
else $HTTP["host"] !~ "(friendica.example.com|wordpress.example.com)" {
|
||||||
server.document-root = "/var/www/wordpress"
|
server.document-root = "/var/www/wordpress"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user