Skip to content

Commit

Permalink
Merge pull request #57 from alphagov/update-dgu-backend
Browse files Browse the repository at this point in the history
Update default backend for DGU
  • Loading branch information
AgaDufrat authored Jan 26, 2024
2 parents 20b7f01 + 3e26001 commit 28bcc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/datagovuk/datagovuk.vcl.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sub vcl_recv {
set req.max_stale_if_error = 24h;

# Default backend.
set req.backend = F_origin;
set req.backend = F_cname_find_eks_${environment}_govuk_digital;
set req.http.Fastly-Backend-Name = "origin";

%{ if contains(["staging", "production"], environment) ~}
Expand Down

0 comments on commit 28bcc44

Please sign in to comment.