services/searxng: change base_url to full URI
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user