LibreY- privacy respecting meta search engine |
git clone git://git.acid.vegas/LibreY.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 5f8bc14d73aea2e137b99997cd35894d7f8d3d8c
parent a6782f81dfc5e303311224c221c0a6f201b68e04 Author: Ahwx <ahwx@ahwx.org> Date: Sat, 19 Aug 2023 22:07:56 +0200 fix(config.php.example): hotfix for instance_fallback Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/config.php.example b/config.php.example @@ -21,7 +21,7 @@ "disable_hidden_service_search" => false, // Fallback to another librex instance if google search fails - "instance_fallback" => true, + "instance_fallback" => false, // This might generate a 504 Gateway Timeout error, we are looking into this. /* Preset privacy friendly frontends for users, these can be overwritten by users in the settings |