Skip to content

Commit

Permalink
Update lb.cfg.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Feb 13, 2025
1 parent 60cc475 commit e536552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/role/templates/jobrunner_haproxy/lb.cfg.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ listen jobrunner
http-request set-header Host jobrunner.wikitide.net

# Preserve the X-Request-ID header
http-request set-header X-Request-ID
http-request set-header X-Request-ID %[req.hdr(X-Request-ID)]

listen jobrunner_high
option httpchk
Expand All @@ -53,7 +53,7 @@ listen jobrunner_high
http-request set-header Host jobrunner-high.wikitide.net

# Preserve the X-Request-ID header
http-request set-header X-Request-ID
http-request set-header X-Request-ID %[req.hdr(X-Request-ID)]

listen videoscaler
option httpchk
Expand All @@ -79,4 +79,4 @@ listen videoscaler
http-request set-header Host videoscaler.wikitide.net

# Preserve the X-Request-ID header
http-request set-header X-Request-ID
http-request set-header X-Request-ID %[req.hdr(X-Request-ID)]

0 comments on commit e536552

Please sign in to comment.