Skip to content

Commit

Permalink
updated web page
Browse files Browse the repository at this point in the history
  • Loading branch information
s-archer committed Sep 9, 2024
1 parent 65ff001 commit 143c11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function redirect(r) {
const hostname = r.headersIn["Host"];

// Set the Location header to the new URL
r.headersOut['Location'] = `https://${hostname}/redirected`;
r.headersOut['Location'] = `https://reflect.archf5.com/redirected`;

// Return the 301 status code for a permanent redirect
r.return(302);
Expand Down

0 comments on commit 143c11a

Please sign in to comment.