
Hiromasa Kakehashi
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Hiromasa Kakehashi Sort by recent activity-
Hello Ravi, req.http.host should contain "www.domain.com".Also, you can construct a complete URL using the following variables. - req.protocol - req.http.host - req.url
-
Hello, Each POP manages its own cache, and they don't share it with each other.Unfortunately, there is no (easy) way to implement the request flow you described. With two backends and two shields, ...
-
Hi Gulshan, I don't see any issues in Varying on a custom header as you do in the code.You just need to set the Vary header in the responses. Here is an example: vcl_recv if ( req.http.User-Agent ~...