added nginx proxy for managing web request to searxng

This commit is contained in:
gyurix
2026-08-06 16:04:18 +02:00
parent de0e5ae45d
commit eee5b65a9a
2 changed files with 26 additions and 3 deletions
+2 -2
View File
@@ -143,8 +143,8 @@
{
"description": "Web",
"key": "SEARXNG_QUERY_URL",
"value": "http://openwebuisearxng-app:8080/search",
"info": "Optional web search engine Searxng, keep it empty if you don't want it",
"value": "http://openwebuisearxng-proxy:8080/search",
"info": "Optional web search engine Searxng, keep it empty if you don't want it. The reverse proxy sets X-Real-IP / X-Forwarded-For so SearXNG can resolve the real client IP.",
"advanced": "true"
},
{