revert location
This commit is contained in:
parent
0968d5b542
commit
4f33b09e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
services.nginx.virtualHosts."search.zackmyers.io" = {
|
services.nginx.virtualHosts."search.zackmyers.io" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/searx" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:8080";
|
proxyPass = "http://localhost:8080";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue