
wheresrhys
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by wheresrhys-
wheresrhys created a post,
Redirecting root domain to TLS
Hello, Currently http://ft.com and https://ft.com both redirect to http://www.ft.com. As ft.com is now mostly served over https, and we have custom vcl to redirect back to http where appropriate, ...
-
wheresrhys commented,
For reference, here is a working solution https://github.com/Financial-Times/keen-proxy/pull/1 One thing that held me up for ages - and I'm not sure where this is/should be documented - but req.ht...
-
wheresrhys commented,
thanks @drwilco. Your solution was what I first thought of doing but couldn't find any info on converting strings to times, hence considering using surrogate-control directly. I'll try your solutio...
-
wheresrhys created a post,
Set ttl etc. explicitly using a request header
I’m building a fastly proxy to a backend service I don’t own because said service doesn’t offer great caching. The vcl does very little other than read a few properties in the url query string to a...
-
wheresrhys created a post,
Gzipping uncached content
I’m using vcl to gzip my site’s content using a very similar bit of VCL in vcl_fetch to that generated by fastly’s UI: if ( beresp.http.Content-Type ~ "^(text/html|application/x-javascript|text/cs...