Skip to content

Commit

Permalink
Fix uppercase/lowercase typo in client-portal probe naming. This does…
Browse files Browse the repository at this point in the history
… not cause an issue in Varnish as such.

This fix is only to provide consistency in naming.
  • Loading branch information
Kristian Grønfeldt Sørensen committed Jan 6, 2022
1 parent 5e15e66 commit 38457bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcl/fokuson-directors.inc.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ backend clientportal1 {
.port = "8080";
.first_byte_timeout = 30s;
.connect_timeout = 1.1s;
.probe = clientPortalProbe;
.probe = clientportalProbe;
}

/*
Expand All @@ -71,7 +71,7 @@ backend clientportal2 {
.port = "8080";
.first_byte_timeout = 30s;
.connect_timeout = 1.1s;
.probe = clientPortalProbe;
.probe = clientportalProbe;
}
*/

Expand Down

0 comments on commit 38457bf

Please sign in to comment.