diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-10-22 21:03:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-22 21:03:26 +0000 |
| commit | 18e0bf2a286ad347fbf7c9ce17e5bc74e1dbf0a4 (patch) | |
| tree | 67d91eeb594c809deafda21161b1c72ec6debac0 | |
| parent | 938423edbe68eeea36a5068a03fee69d6a3d51f0 (diff) | |
| parent | aa28463390f53b4e456337a108a086c93dd583eb (diff) | |
Merge pull request #244 from smacks667/master
added nginx-extras package
| -rw-r--r-- | content/searxng.md | 2 |
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. |
