Skip to content

kevin25/fastly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Configure Varnish Cache Based On The Cookies

Look up the cache based on the the language cookies When we browse the multiple-language website, it will create the cookies like WebSiteLang=lang_short_name (for example WebSiteLang=es (spanish)) Based on the language, Varnish will cache and serve the cache. This is used for Fastly using varnish 2.1.5. You can convert it to use for other versions of Varnish.

To make it work with Varnish 3.x and 4.x, you will have to convert something like:

Varnish 2.x: set req.hash += req.url; Varnihs 3.x: hash_data(req.url);

For more information or need help, please contact me at [email protected].

Releases

No releases published

Packages

No packages published

Languages