summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorsmacks667 <114335381+smacks667@users.noreply.github.com>2022-10-22 23:40:49 +0300
committerGitHub <noreply@github.com>2022-10-22 23:40:49 +0300
commitaa28463390f53b4e456337a108a086c93dd583eb (patch)
tree67d91eeb594c809deafda21161b1c72ec6debac0 /content
parent938423edbe68eeea36a5068a03fee69d6a3d51f0 (diff)
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`
Diffstat (limited to 'content')
-rw-r--r--content/searxng.md2
1 files changed, 1 insertions, 1 deletions
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.