
Carl Casbolt
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by Carl Casbolt-
Carl Casbolt commented,
Thanks for the advice, I've added a custom VCL like this: sub vcl_recv { #FASTLY recv if (req.url == "/") { set req.url = "/feed/default"; } else if (req.url == "/news") { set req.url...
-
Carl Casbolt created a post,
SOLVED: How do I serve cache from a different file path?
Hi, I’m trying to create a configuration with the following logic: visible to the web origin server path feeds.example.com => origin-www.example.com/feed/default feeds.e...