Skip to content

Instantly share code, notes, and snippets.

@andcam
Created June 7, 2022 18:39
Show Gist options
  • Save andcam/6904a9aab3dda08854d2c010023a8ebd to your computer and use it in GitHub Desktop.
Save andcam/6904a9aab3dda08854d2c010023a8ebd to your computer and use it in GitHub Desktop.
fix for mp4 video files not playing in Safari & iOS through CloudFlare (apache)
# disable compression for video files
SetEnvIfNoCase Request_URI .(mp4|ogv|webm)$ no-gzip dont-vary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment