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

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

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