]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/templates/default/apache.erb
Incease planet rate limit allowance
[chef.git] / cookbooks / planet / templates / default / apache.erb
index a67189a0dbb9df8065442de41823c9d2a7a4604f..6ad68703a8f2eca2f7e81ef50df936e71cc106fd 100644 (file)
         RewriteRule ^(/cc\-by\-sa/changesets\-latest\.osm\.bz2)$        ${latestplanet:$1} [R,L]
         RewriteRule ^(/cc\-by\-sa/relations\-latest\.osm\.bz2)$         ${latestplanet:$1} [R,L]
 
+        # Temporary download rate limit due to upstream fibre connection issues. - 13 Jan 2020
+        <FilesMatch ".+\.(7z|bz2|gz|pbf|tgz|xz)$">
+          SetOutputFilter RATE_LIMIT
+          SetEnv rate-limit 2048
+          SetEnv rate-initial-burst 4096
+        </FilesMatch>
 </VirtualHost>
 
 <VirtualHost *:80>