Created
June 7, 2022 18:39
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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