mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
lighttpd follow up of #9155
This commit is contained in:
parent
2f168d17f4
commit
3df8439b98
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue