From d9a4339ec38615c63d61e388f2f037e88b73df92 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 29 Jun 2024 17:57:06 -0400 Subject: [PATCH] rpi4: fix searxng redirect --- hosts/rpi4/services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/rpi4/services.nix b/hosts/rpi4/services.nix index 849729d..b0953cb 100644 --- a/hosts/rpi4/services.nix +++ b/hosts/rpi4/services.nix @@ -115,6 +115,7 @@ # octoprint (proxy_addr is 10.10.1.8) "print.protogen.io" = mkProxy { auth = true; upstream = "http://10.10.1.8:80"; }; # searx auth 8088 (none for /favicon.ico, /autocompleter, /opensearch.xml) + "search.protogen.io".locations."/".return = "302 https://searx.protogen.io$request_uri"; "searx.protogen.io" = let port = 8088; in mkProxy { auth = true; inherit port; extraConfig = {