summaryrefslogtreecommitdiff
path: root/templates/vhosts/partials/std_override_options.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-14 22:54:24 +0200
committermh <mh@immerda.ch>2014-04-14 22:54:24 +0200
commitc52c48534d76b0a9c965784bd12eb1c1fccd94c6 (patch)
treefe7809e05cf0a222dc823ada82a87f0346d70d08 /templates/vhosts/partials/std_override_options.erb
parentdf43214cdce1f474fa11ab1c1752fdd28a2ae19e (diff)
cleanup identation of if then else, especially for the produced file
Diffstat (limited to 'templates/vhosts/partials/std_override_options.erb')
-rw-r--r--templates/vhosts/partials/std_override_options.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/partials/std_override_options.erb b/templates/vhosts/partials/std_override_options.erb
index 95a5e6a..a69250d 100644
--- a/templates/vhosts/partials/std_override_options.erb
+++ b/templates/vhosts/partials/std_override_options.erb
@@ -1,4 +1,4 @@
AllowOverride <%= allow_override %>
- <% if options.to_s != 'absent' || do_includes.to_s == 'true' || run_mode == 'fcgid' -%>
+<% if options.to_s != 'absent' || do_includes.to_s == 'true' || run_mode == 'fcgid' -%>
Options <%- unless options.to_s == 'absent' then -%><%= options %><% end -%><% if do_includes.to_s == 'true' && !options.include?('+Includes') -%> +Includes<% end -%><% if run_mode == 'fcgid' && !options.include?('+ExecCGI') -%> +ExecCGI<% end -%>
- <% end -%>
+<% end -%>