Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
fix(error): use http.host
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Jun 11, 2019
1 parent ec06deb commit 03b4ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/fastly/helix.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ sub hlx_deliver_static {
}

sub hlx_deliver_error {
set req.http.X-Trace = req.http.X-Trace + "; hlx_deliver_error(" req.backend " " req.host req.url " " resp.status ")";
set req.http.X-Trace = req.http.X-Trace + "; hlx_deliver_error(" req.backend " " req.http.host req.url " " resp.status ")";
}

/**
Expand Down

0 comments on commit 03b4ec3

Please sign in to comment.