Skip to content

Instantly share code, notes, and snippets.

@Perun
Last active May 27, 2017 23:25
Show Gist options
  • Save Perun/ef83695bc9767522c2ca4d14dec4b5de to your computer and use it in GitHub Desktop.
Save Perun/ef83695bc9767522c2ca4d14dec4b5de to your computer and use it in GitHub Desktop.
Die Komprimierung (zippen) der Textdateien auf Apache 2 aktivieren
# 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