SearXNG fix limiter (#4834)

* fix limiter

* apply to existing lxc
This commit is contained in:
Tobias
2025-05-29 21:35:54 +02:00
committed by GitHub
parent 23e33c5cb6
commit 85975fbe15
2 changed files with 3 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ server:
bind_address: "0.0.0.0"
port: 8888
secret_key: "${SECRET_KEY}"
limiter: true
limiter: false
image_proxy: true
redis:
url: "redis://127.0.0.1:6379/0"