Skip to content

Commit 13b24a8

Browse files
author
Marius Burkard
committed
Merge branch 'brotli-apache' into 'develop'
Add mod_brotli to Apache template See merge request ispconfig/ispconfig3!1310
2 parents 8323932 + 977fccd commit 13b24a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/conf/vhost.conf.master

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
<IfModule mod_http2.c>
5454
Protocols h2 http/1.1
5555
</IfModule>
56+
57+
<IfModule mod_brotli.c>
58+
AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/x-javascript application/javascript application/xml application/xml+rss application/atom+xml application/json application/x-font-ttf application/vnd.ms-fontobject image/x-icon
59+
</IfModule>
5660
</tmpl_if>
5761

5862
<tmpl_if name='logging' op='==' value='anon'>

0 commit comments

Comments
 (0)