Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created November 14, 2016 00:28
Show Gist options
  • Save mrchrisadams/39f75ceb47b51e800db66fbe72200571 to your computer and use it in GitHub Desktop.
Save mrchrisadams/39f75ceb47b51e800db66fbe72200571 to your computer and use it in GitHub Desktop.
2016-11-13T23:33:59.424570+00:00 heroku[router]: at=info method=GET path="/" host=website-prod.herokuapp.com request_id=367ab598-58ee-477d-a479-ea184c53e00f fwd="95.90.242.216" dyno=web.1 connect=1ms service=49ms status=500 bytes=24
DisallowedHost: Invalid HTTP_HOST header: 'website-prod.herokuapp.com'. You may need to add u'website-prod.herokuapp.com' to ALLOWED_HOSTS.
$ heroku config:get ALLOWED_HOSTS --app website-prod
# Response is:
# ['website-prod.herokuapp.com', 'www.realwebsite.org', '*']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment