summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-05-17 23:18:03 +0200
committermh <mh@immerda.ch>2011-05-17 23:18:03 +0200
commite6819524ebf02302d05d74d8c92f4c3dd90c06b4 (patch)
treec96e32224f6b0c1af0d8d50ecb74ff3e60e3f96f /templates
parentcd1150af3af7411c88835d8fa5e41c40d40146fb (diff)
indentation
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/partials/logs.erb10
1 files changed, 5 insertions, 5 deletions
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 -%>