From 4a1d92f65313e8838186305f46bfcae8d7d99544 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Sun, 22 Mar 2026 00:19:28 +0000 Subject: [PATCH] feat(kafka): add search2 domain to nginx --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index de637c6..ed17ba9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -134,6 +134,9 @@ rateLimit.requests = 20; rateLimit.burst = 40; }; + "search2.ashisgreat.xyz" = { + port = 8889; + }; }; };