Skip to content

Commit

Permalink
Update openstreetmap3.vcl
Browse files Browse the repository at this point in the history
  • Loading branch information
klausdk committed Apr 25, 2016
1 parent 1400f18 commit 05c5c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstreetmap/openstreetmap3.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sub vcl_deliver {
sub vcl_hash {

// Cache using only url as a hash.
// This means if a.tile/1/1/1/tile.png is access, b.tile/1/1/1/tile.png will also be fetch from cache
// This means if a.tile/1/1/1/tile.png is accessed, b.tile/1/1/1/tile.png will also be fetch from cache
hash_data(req.url);
return (hash);
}
Expand Down

0 comments on commit 05c5c0e

Please sign in to comment.