
Rogier Mulhuijzen
- Total activity 152
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 63
Comments
Recent activity by Rogier Mulhuijzen Sort by recent activity-
When it hits origin shield with Accept-Encoding set to br, the result will still be Accept-Encoding: br going to origin, which is the desired outcome, so I don't see any problem.
-
Using any cert on your backend should not be a problem. If you are getting errors, please contact support@fastly.com with the exact error, but before you do that, check that your backend supports T...
-
Just curious, why are you keeping deflate support? I don't think there's any browsers that do deflate that don't do gzip, these days. And other clients that only do deflate are so rare, giving them...
-
What are you trying to do here? Because this VCL will not work with Fastly. Also, adding something to the hash is a bad idea usually. (As it breaks purging.)
-
There is no difference. But remove is old syntax, and no longer supported in newer versions of Varnish.
-
It's on our ToDo list!
-
client.geo.* is provided by Digital Element, and geoip.* (which we're deprecating) is Maxmind. If your clients are willing to help fix this, please send to support@fastly.com a list containing the...
-
Some of our customers participate in betas, sometimes we do things by hand for customers (which does not scale well,) and sometimes there are special custom systems in place. Whether or not any of ...
-
Ah, good points. We (SEs and other VCL users at Fastly) have been using Edge Dictionaries for that. Basically we will have a settings table, and have various keys for knobs to tweak. And if used a ...
-
Yeah, this VCL is only meant for setups that support Brotli. If your origin does not support Brotli, you don't have to do anything.