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 {
|
backend koji01 {
|
||||||
.host = "koji01.stg.phx2.fedoraproject.org";
|
.host = "koji01.stg.phx2.fedoraproject.org";
|
||||||
.probe = {
|
.probe = {
|
||||||
.url = "/";
|
.url = "/work/";
|
||||||
.timeout = 1s;
|
.timeout = 1s;
|
||||||
.interval = 5s;
|
.interval = 5s;
|
||||||
.window = 5;
|
.window = 5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue