Commit 1f54d4a7 authored by Per Buer's avatar Per Buer

Merge pull request #9 from fredr/master

formatting and typo fix
parents 486487ca 034f6831
......@@ -8,6 +8,7 @@ Serve the different content on the same URL
Here are a few examples on how to serve different content to the client based on device classification.
The tricks involved are:
1. Detect the client (pretty simple, just include devicedetect.vcl and call it)
2. Figure out how to signal the backend what client class this is. This includes for example setting a header, changing a header or even changing the backend request URL.
3. Modify any response from the backend to add missing Vary headers, so Varnish' internal handling of this kicks in.
......
......@@ -53,7 +53,7 @@ These similar efforts for User-Agent insights are known to us:
* http://deviceatlas.com/ (commercial)
* http://openddr.org/ (free)
Varnish Software has a commerical offering for Deviceatlas lookup VMOD. Contact sales@varnish-software.com for inquiries and quotes. Read more at:
Varnish Software has a commercial offering for Deviceatlas lookup VMOD. Contact sales@varnish-software.com for inquiries and quotes. Read more at:
https://www.varnish-cache.org/vmod/deviceatlas-mobile-detection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment