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
768121aaa3
@ -145,6 +145,9 @@
|
|||||||
serverAliases = [ "x.protogen.io" ];
|
serverAliases = [ "x.protogen.io" ];
|
||||||
useACMEHost = "protogen.io";
|
useACMEHost = "protogen.io";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
locations."/search" = {
|
||||||
|
return = "302 https://searx.protogen.io";
|
||||||
|
};
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = "/srv/http";
|
root = "/srv/http";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user