diff --git a/services/searxng/network.nix b/services/searxng/network.nix index 6f694bc..c2d81a2 100644 --- a/services/searxng/network.nix +++ b/services/searxng/network.nix @@ -18,7 +18,7 @@ mkIf cfg.enable { forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://[::1]:${toString cfg.port}"; + proxyPass = "http://127.0.0.1:${toString cfg.port}"; proxyWebsockets = true; }; };