Skip to content

Commit b953bee

Browse files
committed
Update httpsify.go
1 parent f0cbaec commit b953bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

httpsify.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func main() {
7373
}
7474
}
7575
}
76+
req.Host = r.Host
7677
req.Header.Set("Host", r.Host)
7778
req.Header.Set("X-Real-IP", ip)
7879
req.Header.Set("X-Forwarded-For", ip)

0 commit comments

Comments
 (0)