We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8323932 + 977fccd commit 13b24a8Copy full SHA for 13b24a8
server/conf/vhost.conf.master
@@ -53,6 +53,10 @@
53
<IfModule mod_http2.c>
54
Protocols h2 http/1.1
55
</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>
60
</tmpl_if>
61
62
<tmpl_if name='logging' op='==' value='anon'>
0 commit comments