rpi4: workaround for firefox redirect cache

my web browser is stupid and it is redirecting searx.protogen.io to
protogen.io and this fixes it
This commit is contained in:
NullBite 2024-06-29 17:57:06 -04:00
parent 765547b9f7
commit 768121aaa3
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -145,6 +145,9 @@
serverAliases = [ "x.protogen.io" ];
useACMEHost = "protogen.io";
forceSSL = true;
locations."/search" = {
return = "302 https://searx.protogen.io";
};
locations."/" = {
root = "/srv/http";
extraConfig = ''