diff options
Diffstat (limited to 'stuff/searxng-docker.html')
| -rw-r--r-- | stuff/searxng-docker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stuff/searxng-docker.html b/stuff/searxng-docker.html index d5f6b0c..ea1c61f 100644 --- a/stuff/searxng-docker.html +++ b/stuff/searxng-docker.html @@ -194,7 +194,7 @@ volumes: <h2>3. Configuring searxNG</h2> <p>If you want to change the defaults for searxNG, you can do so by editing the file <code>core-config/settings.yml</code>. Configuring involves changing the default search engines, enhancing privacy and all.</p> -<p>Here's a <a href="https://subh.space/configs/searxng-settings.yml">link</a> to my <code>settings.yml</code> incase you want to use it.</p> +<p>Here's a <a href="https://git.subh.space/subh-space.git/plain/configs/searxng-settings.yml">link</a> to my <code>settings.yml</code> incase you want to use it.</p> <p>When you make a change to your <code>settings.yml</code> file, make sure to restart the containers for the change to take effect.</p> <pre><code>docker-compose down docker-compose up -d</code></pre> |
