add back baseurl
This commit is contained in:
parent
4f33b09e0b
commit
5e27dd2180
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
# server.port = 8080;
|
||||
# server.bind_addres = "0.0.0.0";
|
||||
server.secret_key = "6f6bf40218f239718cacbc2cd837792be828e840b48ac72a8e0a9d0ddb9d0b00";
|
||||
server.base_url = "https://search.zackmyers.io/searx/";
|
||||
};
|
||||
uwsgiConfig = {
|
||||
http = ":8080";
|
||||
|
|
@ -16,7 +17,7 @@
|
|||
services.nginx.virtualHosts."search.zackmyers.io" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
locations."/searx/" = {
|
||||
proxyPass = "http://localhost:8080";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue