From 4f33b09e0b267be7b9e29a367551ad863da3d494 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 16:33:09 -0400 Subject: [PATCH] revert location --- hosts/pluto/services/searxng.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pluto/services/searxng.nix b/hosts/pluto/services/searxng.nix index ed10ebb..764275c 100644 --- a/hosts/pluto/services/searxng.nix +++ b/hosts/pluto/services/searxng.nix @@ -16,7 +16,7 @@ services.nginx.virtualHosts."search.zackmyers.io" = { forceSSL = true; enableACME = true; - locations."/searx" = { + locations."/" = { proxyPass = "http://localhost:8080"; }; };