Skip to content

Commit

Permalink
Revert "ScriptAlias needs to come before Alias."
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Oct 2, 2014
1 parent 039870a commit 6ba3afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<% else -%>
DocumentRoot "<%= @docroot %>"
<% end -%>
<%= scope.function_template(['apache/vhost/_scriptalias.erb']) -%>
<%= scope.function_template(['apache/vhost/_aliases.erb']) -%>

<%= scope.function_template(['apache/vhost/_itk.erb']) -%>
Expand Down Expand Up @@ -55,6 +54,7 @@
<%= scope.function_template(['apache/vhost/_rack.erb']) -%>
<%= scope.function_template(['apache/vhost/_redirect.erb']) -%>
<%= scope.function_template(['apache/vhost/_rewrite.erb']) -%>
<%= scope.function_template(['apache/vhost/_scriptalias.erb']) -%>
<%= scope.function_template(['apache/vhost/_serveralias.erb']) -%>
<%= scope.function_template(['apache/vhost/_setenv.erb']) -%>
<%= scope.function_template(['apache/vhost/_ssl.erb']) -%>
Expand Down

0 comments on commit 6ba3afe

Please sign in to comment.