
katsuhisa ogawa
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by katsuhisa ogawa-
katsuhisa ogawa commented,
Hi Thank you for the information According to your link, it is supported large file cache or do stream action. but I would like to return the own error code when the enduser does download of the 1...
-
katsuhisa ogawa created a post,
Large file handling
Is it possible to handle the large file? #If over the 100MB file, not delivery content . if (std.integer(beresp.http.Content-Length, 0) > 103857600) { error 404 “large file”; }
-
katsuhisa ogawa commented,
Hi Thank you for your reply. That's Good! I've always been thinking it must re-deploy the VCL. Because according to this topics,when backend's IP changes in the dns, It must reload the VCL. htt...
-
katsuhisa ogawa created a post,
The backend DNS
Hi I have one question about backend hostname. when the backend DNS record (A) is changed, Do I need to deploy again on the admin page? or when ttl is expired, the fastly cdn is automatically ch...