added nginx proxy for managing web request to searxng
This commit is contained in:
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user