lighttpd follow up of #9155

This commit is contained in:
Tobias Diekershoff 2020-09-07 14:37:24 +02:00
förälder 2f168d17f4
incheckning 3df8439b98
1 ändrade filer med 3 tillägg och 0 borttagningar

Visa fil

@ -105,6 +105,9 @@ $HTTP["scheme"] == "https" {
"^\/([^\?]*)\?(.*)$" => "/index.php?pagename=$1&$2",
"^\/(.*)$" => "/index.php?pagename=$1"
)
$HOST["url"] =~ "^/bin/" {
url.access.deny ( "" )
}
}
else $HTTP["host"] !~ "(friendica.example.com|wordpress.example.com)" {
server.document-root = "/var/www/wordpress"