lighttpd follow up of #9155

This commit is contained in:
Tobias Diekershoff 2020-09-07 14:37:24 +02:00
父節點 2f168d17f4
當前提交 3df8439b98
共有 1 個檔案被更改,包括 3 行新增0 行删除

查看文件

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