From 09feb96edeaff10bde462aabb8c4d0c961eadd1a Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 17 May 2011 23:30:11 +0200 Subject: migrate authentication to partials --- templates/vhosts/partials/authentication.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/vhosts/partials') diff --git a/templates/vhosts/partials/authentication.erb b/templates/vhosts/partials/authentication.erb index b038eb6..6ca1b03 100644 --- a/templates/vhosts/partials/authentication.erb +++ b/templates/vhosts/partials/authentication.erb @@ -1,6 +1,6 @@ - <%- unless htpasswd_file.to_s == 'absent' -%> +<% unless htpasswd_file.to_s == 'absent' -%> AuthType Basic AuthName "Access fuer <%= servername %>" AuthUserFile <%= real_htpasswd_path %> require valid-user - <%- end -%> \ No newline at end of file +<% end -%> \ No newline at end of file -- cgit v1.2.3