diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-06-05 12:49:25 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-06-05 12:49:25 +0100 |
commit | 433615c01777d580adcaefa58dbfb1fd1316f6a1 (patch) | |
tree | a0d0f9484ed3b0bb2d159e79ecada808cfcfb4cd /profiles | |
parent | NetFS bump (diff) | |
download | portage-433615c01777d580adcaefa58dbfb1fd1316f6a1.tar.bz2 portage-433615c01777d580adcaefa58dbfb1fd1316f6a1.tar.xz portage-433615c01777d580adcaefa58dbfb1fd1316f6a1.zip |
Enable brotli in apache
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/server/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/server/make.defaults b/profiles/base/server/make.defaults index 80aa789..41efd4d 100644 --- a/profiles/base/server/make.defaults +++ b/profiles/base/server/make.defaults @@ -1,4 +1,4 @@ -APACHE2_MODULES="-* access_compat alias auth_basic authn_core authz_core authz_host authz_user autoindex cache cache_disk cgid dav deflate dir env expires filter headers http2 log_config macro mime mime_magic proxy proxy_http remoteip rewrite socache_shmcb status unixd vhost_alias" +APACHE2_MODULES="-* access_compat alias auth_basic authn_core authz_core authz_host authz_user autoindex brotli cache cache_disk cgid dav deflate dir env expires filter headers http2 log_config macro mime mime_magic proxy proxy_http remoteip rewrite socache_shmcb status unixd vhost_alias" ALSA_PCM_PLUGINS="none" USE=" autoservicerestart nohourlyupdate berkdb cron exiscan-acl extras -gdbm -gallium logrotate -joystick |