From: Guillaume RISCHARD Date: Fri, 8 Mar 2024 23:02:48 +0000 (-0500) Subject: Try 307 redirect instead of 308 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2dbfabe0d71a1315f69039343ceb20996e090a6c?ds=sidebyside Try 307 redirect instead of 308 --- diff --git a/cookbooks/civicrm/templates/default/apache.erb b/cookbooks/civicrm/templates/default/apache.erb index d70a6eab1..fdd0b47fe 100644 --- a/cookbooks/civicrm/templates/default/apache.erb +++ b/cookbooks/civicrm/templates/default/apache.erb @@ -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