From 7a9f4c7b9d16afb009ed80f3d3f79fcd293d6156 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 1 Feb 2019 22:23:39 +0000 Subject: [PATCH] Fix backend probe URL for s390 stg varnish --- roles/varnish/templates/s390kojipkgs.vcl.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/varnish/templates/s390kojipkgs.vcl.j2 b/roles/varnish/templates/s390kojipkgs.vcl.j2 index 7b87ba8505..258ba9ef76 100644 --- a/roles/varnish/templates/s390kojipkgs.vcl.j2 +++ b/roles/varnish/templates/s390kojipkgs.vcl.j2 @@ -18,7 +18,7 @@ acl purge { backend koji01 { .host = "koji01.stg.phx2.fedoraproject.org"; .probe = { - .url = "/"; + .url = "/work/"; .timeout = 1s; .interval = 5s; .window = 5;