Last active
May 27, 2017 23:25
-
-
Save Perun/ef83695bc9767522c2ca4d14dec4b5de to your computer and use it in GitHub Desktop.
Die Komprimierung (zippen) der Textdateien auf Apache 2 aktivieren
This file contains hidden or 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
# mod_deflate aktivieren | |
<FilesMatch "\\.(js|css|html|htm|php|xml|svg)$"> | |
SetOutputFilter DEFLATE | |
</FilesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment