add compression for text-based mimetypes via Apache directive
This commit is contained in:
parent
11261f0fe6
commit
a95a948841
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ ErrorDocument 403 /www/error403.html
|
|||
ErrorDocument 404 /www/error404.html
|
||||
ErrorDocument 500 /www/error500.html
|
||||
|
||||
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript text/javascript
|
||||
|
||||
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all granted
|
||||
|
|
Loading…
Add table
Reference in a new issue