services/searxng: change base_url to full URI

This commit is contained in:
2025-08-31 16:04:18 -07:00
parent 64285b778b
commit fe51ee19f0

View File

@@ -42,7 +42,7 @@ in
server = {
port = searxngPort;
bind_address = "127.0.0.1";
base_url = "app-01.tail755c5.ts.net/search/";
base_url = "https://app-01.tail755c5.ts.net/search/";
public_instance = false;
method = "POST";
secret_key = "testkey";