From e6819524ebf02302d05d74d8c92f4c3dd90c06b4 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 17 May 2011 23:18:03 +0200 Subject: indentation --- templates/vhosts/partials/logs.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/vhosts/partials/logs.erb b/templates/vhosts/partials/logs.erb index 0342c49..650b204 100644 --- a/templates/vhosts/partials/logs.erb +++ b/templates/vhosts/partials/logs.erb @@ -1,14 +1,14 @@ - <% case logmode.to_s +<% case logmode.to_s when 'nologs' -%> ErrorLog /dev/null CustomLog /dev/null - <% when 'semianonym' -%> +<% when 'semianonym' -%> ErrorLog <%= logdir %>/error_log CustomLog <%= logdir %>/access_log noip - <% when 'anonym' -%> +<% when 'anonym' -%> ErrorLog /dev/null CustomLog <%= logdir %>/access_log noip - <% else -%> +<% else -%> ErrorLog <%= logdir %>/error_log CustomLog <%= logdir %>/access_log combined - <% end -%> +<% end -%> -- cgit v1.2.3