]> git.openstreetmap.org Git - chef.git/commitdiff
Extend long term caching of mailman archives to 2022
authorTom Hughes <tom@compton.nu>
Wed, 18 Jan 2023 09:50:14 +0000 (09:50 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 18 Jan 2023 09:50:14 +0000 (09:50 +0000)
cookbooks/mailman/templates/default/apache.erb

index 1e4917d637c71f8b7957f64733ed67079b5399ec..7b4037c48cbcf734c1efb2f75885a2639dff338d 100644 (file)
@@ -84,7 +84,7 @@
   ScriptAlias /subscribe /usr/lib/cgi-bin/mailman/subscribe
   ScriptAlias /mailman/ /usr/lib/cgi-bin/mailman/
 
   ScriptAlias /subscribe /usr/lib/cgi-bin/mailman/subscribe
   ScriptAlias /mailman/ /usr/lib/cgi-bin/mailman/
 
-  <Location ~ "/pipermail/([^/]+)/(2004|2005|2006|2007|2008|2009|2010|2011|2012|2013|2014|2015|2016|2017|2018|2019|2020|2021)">
+  <Location ~ "/pipermail/([^/]+)/(2004|2005|2006|2007|2008|2009|2010|2011|2012|2013|2014|2015|2016|2017|2018|2019|2020|2021|2022)">
     ExpiresActive On
     ExpiresDefault "access plus 180 days"
   </Location>
     ExpiresActive On
     ExpiresDefault "access plus 180 days"
   </Location>