]> git.openstreetmap.org Git - chef.git/commitdiff
Enable SSL in SSL sites
authorTom Hughes <tom@compton.nu>
Sat, 7 Nov 2015 15:06:53 +0000 (15:06 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 7 Nov 2015 15:06:53 +0000 (15:06 +0000)
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>