summaryrefslogtreecommitdiff
path: root/templates/vhosts/proxy/proxy.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/proxy/proxy.erb')
-rw-r--r--templates/vhosts/proxy/proxy.erb14
1 files changed, 2 insertions, 12 deletions
diff --git a/templates/vhosts/proxy/proxy.erb b/templates/vhosts/proxy/proxy.erb
index bb31b6b..1b1afd0 100644
--- a/templates/vhosts/proxy/proxy.erb
+++ b/templates/vhosts/proxy/proxy.erb
@@ -19,12 +19,7 @@
<Proxy *>
Order deny,allow
Allow from all
- <%- unless htpasswd_file.to_s == 'absent' then -%>
- AuthType Basic
- AuthName "Access fuer <%= servername %>"
- AuthUserFile <%= real_htpasswd_path %>
- require valid-user
- <%- end -%>
+<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
</Proxy>
ProxyRequests Off
ProxyPass / <%= options %>/
@@ -60,12 +55,7 @@
<Proxy *>
Order deny,allow
Allow from all
- <%- unless htpasswd_file.to_s == 'absent' then -%>
- AuthType Basic
- AuthName "Access fuer <%= servername %>"
- AuthUserFile <%= real_htpasswd_path %>
- require valid-user
- <%- end -%>
+<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
</Proxy>
ProxyRequests Off
ProxyPass / <%= options %>/