<% if @proxy_dest or @proxy_pass -%>
## Proxy rules
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
<%- end -%>
<% Array(@proxy_pass).each do |proxy| %>
ProxyPass <%= proxy['path'] %> <%= proxy['url'] %>
ProxyPassReverse <%= proxy['path'] %> <%= proxy['url'] %>
<% end %>
<% if @proxy_dest -%>
<% Array(@no_proxy_uris).each do |uri| %>
ProxyPass <%= uri %> !
<% end %>
ProxyPass / <%= @proxy_dest %>/
ProxyPassReverse / <%= @proxy_dest %>/
ProxyPreserveHost On
<% end -%>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/manifests/modules/apache/templates/vhost/_proxy.erb |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|