aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/blocked_host.text.erb
blob: 4e2d1d0b081129b8ef712fc0ae0276654d889b4d (plain) (blame)
1
2
3
4
5
Blocked host: <%= @host %>

To allow requests to <%= @host %>, add the following configuration:

  Rails.application.config.hosts << "<%= @host %>"