lighttpd follow up of #9155

Este commit está contenido en:
Tobias Diekershoff 2020-09-07 14:37:24 +02:00
padre 2f168d17f4
commit 3df8439b98
Se han modificado 1 ficheros con 3 adiciones y 0 borrados

Ver fichero

@ -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"