]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Ok, I can also forget '0'
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 16:07:07 +0000 (17:07 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 16:07:07 +0000 (17:07 +0100)
test/integration/configs/worker-proxy.inc

index a1dacd937b793c0ebdc29920f64ef59f69241897..4de64b2d2fb7d67042c7522009883b459c5ef594 100644 (file)
@@ -6,7 +6,7 @@ timeout = 120s;
 upstream "local" {
        default = yes;
        self_scan = no;
-  hosts = "localhost:5001";
+  hosts = "localhost:50001";
   encryption_key = "{= env.WORKER_PUBKEY =}";
 }