]> git.openstreetmap.org Git - chef.git/commitdiff
wordpress: enable SSL when no aliases are specified
authorGrant Slater <github@firefishy.com>
Sat, 12 Aug 2023 19:52:23 +0000 (20:52 +0100)
committerGrant Slater <github@firefishy.com>
Sat, 12 Aug 2023 19:52:23 +0000 (20:52 +0100)
cookbooks/wordpress/templates/default/apache.erb

index 67476b6f82160f46537b46722f42623810c27265..c1a87bdad66ac2708ccac8851607d32ba26155b3 100644 (file)
@@ -19,6 +19,7 @@
   ServerName <%= @name %>
 <% @aliases.each do |alias_name| -%>
   ServerAlias <%= alias_name %>
+<% end -%>
 
   ServerAdmin webmaster@openstreetmap.org
 
@@ -28,7 +29,6 @@
 
   CustomLog /var/log/apache2/<%= @name %>-access.log combined
   ErrorLog /var/log/apache2/<%= @name %>-error.log
-<% end -%>
 
   DocumentRoot <%= @directory %>
 <% @urls.each do |url,directory| -%>