aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/blocked_host.html.erb
blob: 2fa78dd385eddf78072d0caedab60d49c45262a8 (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 configuration:</h2>
  <pre>Rails.application.config.hosts &lt;&lt; "<%= @host %>"</pre>
</div>