From aa28463390f53b4e456337a108a086c93dd583eb Mon Sep 17 00:00:00 2001 From: smacks667 <114335381+smacks667@users.noreply.github.com> Date: Sat, 22 Oct 2022 23:40:49 +0300 Subject: added nginx-extras package **If you are downloading nginx directly from the source without compiling it with package managers, some keywords may be wrong.** `add_header`keyword will throw error here without ` nginx-extras` --- content/searxng.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/searxng.md b/content/searxng.md index ad23ac7..dc25f68 100644 --- a/content/searxng.md +++ b/content/searxng.md @@ -23,7 +23,7 @@ that can be accessed using a domain over HTTPS. Features include: Install the required packages. ```sh -apt install git nginx -y +apt install git nginx nginx-extras -y ``` Open http and https ports. -- cgit v1.2.3