Fix backend probe URL for s390 stg varnish
This commit is contained in:
parent
f7ab9a6580
commit
7a9f4c7b9d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ acl purge {
|
|||
backend koji01 {
|
||||
.host = "koji01.stg.phx2.fedoraproject.org";
|
||||
.probe = {
|
||||
.url = "/";
|
||||
.url = "/work/";
|
||||
.timeout = 1s;
|
||||
.interval = 5s;
|
||||
.window = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue