X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..7ef24d47327b483f1a7ad1a33e2af98d72229328:/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb diff --git a/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb b/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb index 9c6816071..a2bdbb01d 100755 --- a/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb +++ b/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb @@ -32,11 +32,11 @@ if [ -z "$QOS_TOKEN_OSM" -o -z "$QOS_TOKEN_DEFAULT" -o -z "$QOS_TOKEN_STALE" ]; fi cat </etc/nginx/conf.d/tile_qos_rates.map -default 24576; # Default Rate (No QoS cookie) -"${QOS_TOKEN_STALE}" 24576; # Stale -"${QOS_TOKEN_DEFAULT}" 24576; # Default -"${QOS_TOKEN_OSM_STALE}" 32768; # Exclusive Stale -"${QOS_TOKEN_OSM}" 32768; # Exclusive +default 8192; # Default Rate (No QoS cookie) +"${QOS_TOKEN_STALE}" 49152; # Stale +"${QOS_TOKEN_DEFAULT}" 49152; # Default +"${QOS_TOKEN_OSM_STALE}" 65536; # Exclusive Stale +"${QOS_TOKEN_OSM}" 65536; # Exclusive EOF cat </etc/nginx/conf.d/tile_qos_cookies.map