From 33558e81c529eedb23c9c4ed2041bcaddd7fa2af Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 2 Jan 2017 23:14:04 +0000 Subject: [PATCH] tilecache: do not replace stale osm token --- .../templates/default/nginx_generate_tilecache_qos_map.erb | 1 + 1 file changed, 1 insertion(+) 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 c09e56230..9c6816071 100755 --- a/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb +++ b/cookbooks/tilecache/templates/default/nginx_generate_tilecache_qos_map.erb @@ -42,6 +42,7 @@ EOF cat </etc/nginx/conf.d/tile_qos_cookies.map default 'qos_token=${QOS_TOKEN_DEFAULT}; Max-Age=${VALID_TOKEN}; Domain=openstreetmap.org; Path=/'; # Cookie Domain per RFC6265 "${QOS_TOKEN_DEFAULT}" ''; # Do not Set-Cookie. # Default +"${QOS_TOKEN_OSM_STALE}" ''; # Do not Set-Cookie. # Exclusive Stale "${QOS_TOKEN_OSM}" ''; # Do not Set-Cookie. # Exclusive EOF -- 2.43.2