]> git.openstreetmap.org Git - chef.git/commitdiff
Try 307 redirect instead of 308
authorGuillaume RISCHARD <git@stereo.lu>
Fri, 8 Mar 2024 23:02:48 +0000 (18:02 -0500)
committerGuillaume RISCHARD <git@stereo.lu>
Fri, 8 Mar 2024 23:02:48 +0000 (18:02 -0500)
cookbooks/civicrm/templates/default/apache.erb

index d70a6eab12f6877195ad06d284f8921c6e1a1768..fdd0b47feab2e20113a0117a792b0981e521c220 100644 (file)
@@ -24,7 +24,7 @@
   SSLCertificateKeyFile /etc/ssl/private/join.osmfoundation.org.key
 <% end -%>
 
-  RewriteRule ^/(.*)$ https://supporting.openstreetmap.org/$1 [R=308,L]
+  RewriteRule ^/(.*)$ https://supporting.openstreetmap.org/$1 [R=307,L]
 
   CustomLog /var/log/apache2/join.osmfoundation.org-access.log combined
   ErrorLog /var/log/apache2/join.osmfoundation.org-error.log