aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/blocked_host.html.erb
blob: 1fbc107e288bff4365e77c79ffb21c4cf872da8e (plain) (blame)
1
2
3
4
5
6
7
<header>
  <h1>Blocked host: <%= @host %></h1>
</header>
<div id="container">
  <h2>To allow requests to <%= @host %>, add the following to your environment configuration:</h2>
  <pre>config.hosts &lt;&lt; "<%= @host %>"</pre>
</div>