summaryrefslogtreecommitdiff
path: root/templates/vhosts/passenger/partial.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-14 23:03:56 +0200
committermh <mh@immerda.ch>2014-04-14 23:03:56 +0200
commit49d954d80d8b340dfcfdf939092d57754c3449f8 (patch)
tree5862e29b0cb272245618dfd41e926c23946f6b8d /templates/vhosts/passenger/partial.erb
parentc52c48534d76b0a9c965784bd12eb1c1fccd94c6 (diff)
more identation fixing
Diffstat (limited to 'templates/vhosts/passenger/partial.erb')
-rw-r--r--templates/vhosts/passenger/partial.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/passenger/partial.erb b/templates/vhosts/passenger/partial.erb
index 490649e..2f4a068 100644
--- a/templates/vhosts/passenger/partial.erb
+++ b/templates/vhosts/passenger/partial.erb
@@ -1,7 +1,7 @@
SetEnv GEM_HOME <%= gempath %>
<Directory <%= documentroot %>/>
- AllowOverride <%= allow_override %>
- Options <%- unless options.to_s == 'absent' -%><%= options %><%- end -%><%- unless !options.to_s.include?('MultiViews') -%>-MultiViews<%- end -%>
+ AllowOverride <%= allow_override %>
+ Options <%- unless options.to_s == 'absent' -%><%= options %><%- end -%><%- unless !options.to_s.include?('MultiViews') -%>-MultiViews<%- end -%>
<%= scope.function_template(['apache/vhosts/partials/authentication.erb']) %>
</Directory>