Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -1,11 +1,11 @@
|
|||
<% if has_variable?("apache_proxy_allow") -%>
|
||||
<% if @apache_proxy_allow -%>
|
||||
ProxyRequests On
|
||||
ProxyVia On
|
||||
|
||||
<Proxy *>
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
Allow from <%= apache_proxy_allow %>
|
||||
Allow from <%= @apache_proxy_allow %>
|
||||
</Proxy>
|
||||
<% else -%>
|
||||
ProxyRequests Off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue