Guest User

Untitled

a guest
Jun 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. box modules.d # cat 80_mod_deflate.conf
  2. # Settings for dynamic page compression
  3. <IfDefine DEFLATE>
  4. LoadModule deflate_module modules/mod_deflate.so
  5. <IfModule deflate_module>
  6. SetOutputFilter DEFLATE
  7. AddOutputFilterByType DEFLATE text/html
  8. AddOutputFilterByType DEFLATE text/css
  9. AddOutputFilterByType DEFLATE application/x-javascript
  10. Header add X-Enabled mod_deflate
  11. </IfModule>
  12. </IfDefine>
  13.  
  14. # vim: ts=4 filetype=apache
Add Comment
Please, Sign In to add comment