]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/templates/default/apache.erb
Enable SSL in SSL sites
[chef.git] / cookbooks / stateofthemap / templates / default / apache.erb
index cc9005f9a69d1f82706458460eba308e346940a2..53c3a79c8260d5abbf164362671219d6270b3fda 100644 (file)
@@ -22,6 +22,8 @@
         CustomLog /var/log/apache2/stateofthemap.org-access.log combined
         ErrorLog /var/log/apache2/stateofthemap.org-error.log
 
+        SSLEngine on
+
         RedirectPermanent / https://stateofthemap.org/
 </VirtualHost>
 
@@ -32,6 +34,8 @@
         CustomLog /var/log/apache2/stateofthemap.org-access.log combined
         ErrorLog /var/log/apache2/stateofthemap.org-error.log
 
+        SSLEngine on
+
         DocumentRoot /srv/stateofthemap.org/html
 </VirtualHost>