]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] It seems CC just can't understand how to fix this
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 15:57:22 +0000 (16:57 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 15:57:22 +0000 (16:57 +0100)
test/integration/configs/worker-proxy.inc

index 4a138c1813bdb7b29bcc1781817a8e5c1929ae77..a1dacd937b793c0ebdc29920f64ef59f69241897 100644 (file)
@@ -5,9 +5,13 @@ count = 1;
 timeout = 120s;
 upstream "local" {
        default = yes;
-       self_scan = yes;
+       self_scan = no;
+  hosts = "localhost:5001";
+  encryption_key = "{= env.WORKER_PUBKEY =}";
 }
 
+milter = no;
+
 #Enable encryption for proxy connections
 keypair {
        pubkey = "{= env.PROXY_PUBKEY =}";