这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.

Tags: ministrycentered/elb_health_check_go

Tags

v1.1

Toggle v1.1's commit message
Fix setting the Host header (bensie#1)

* Update to hit localhost

This change will allow us to add 127.0.0.1 to the list or allowed hosts in
Rails 6

* Turns out, go overwrites the Host header

It looks at the requests Host property, and if it's not set it falls back to the
URL's host

* We don't need to change the ip when setting the host property

v1.0

Toggle v1.0's commit message
Add readme