diff --git a/hosts/rpi4/services.nix b/hosts/rpi4/services.nix index 849729d..fb7183b 100644 --- a/hosts/rpi4/services.nix +++ b/hosts/rpi4/services.nix @@ -145,6 +145,9 @@ serverAliases = [ "x.protogen.io" ]; useACMEHost = "protogen.io"; forceSSL = true; + locations."/search" = { + return = "302 https://searx.protogen.io$request_uri"; + }; locations."/" = { root = "/srv/http"; extraConfig = ''