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:
parent
765547b9f7
commit
567eb9611d
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user