]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/templates/default/apache.erb
planet: increase rate limit to 16MB/s
[chef.git] / cookbooks / planet / templates / default / apache.erb
index f8bf0dc7eb0533499295bb79ca081e45d0c56a8f..faddc0589ea63b1352a0356f26c98c09d0a70d1e 100644 (file)
                 Require all granted
         </Directory>
 
-        ProxyPass /replication/streaming http://127.0.0.1:8080
-
-        <Location /replication/steaming>
-                Require all granted
-        </Location>
-
         Redirect /pbf-experimental/    /pbf/
 
         <IfModule mod_headers.c>
@@ -71,8 +65,8 @@
         # 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 4096
-          SetEnv rate-initial-burst 8192
+          SetEnv rate-limit 16384
+          SetEnv rate-initial-burst 32768
         </FilesMatch>
 </VirtualHost>