Hello, currently when viewing a thread with posts with video attachments, the video attachment thumbnails load very slowly compared to image attachments.
This is primarily because they are just requesting the first frame of the html5 video directly (not cached) and using that as the thumbnail...
"This permits XenForo to-do validation and authentication, and offload the actual file serving to Nginx."
Am I confused or does this not mean that video attachments uploaded should no longer be accessible via a public link, or if it is, only accessible if you are logged in? Exactly how image...
Hello, I am on Xenforo 2.3 and can't seem to get the X-Accel-Redirect functionality to work (at least the permission/validation feature).
The internal_data/ folder is available directly in web root, and I have added
location ^~ /internal_data/ {
internal;
add_header Etag...