1 # DO NOT EDIT - This file is being maintained by Chef
3 <IfModule mod_status.c>
7 <Location /server-status>
8 SetHandler server-status
11 <% node.ipaddresses do |address| -%>
12 Allow from <%= address %>
17 <% @hosts.each do |host| -%>
18 Allow from <%= host %>
22 <IfModule mod_proxy.c>