From: Vsevolod Stakhov Date: Mon, 20 Oct 2025 16:07:07 +0000 (+0100) Subject: [Test] Ok, I can also forget '0' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=599bb105b2e153ca70834bf4b68aac94f3a24fcb;p=thirdparty%2Frspamd.git [Test] Ok, I can also forget '0' --- diff --git a/test/integration/configs/worker-proxy.inc b/test/integration/configs/worker-proxy.inc index a1dacd937b..4de64b2d2f 100644 --- a/test/integration/configs/worker-proxy.inc +++ b/test/integration/configs/worker-proxy.inc @@ -6,7 +6,7 @@ timeout = 120s; upstream "local" { default = yes; self_scan = no; - hosts = "localhost:5001"; + hosts = "localhost:50001"; encryption_key = "{= env.WORKER_PUBKEY =}"; }