1
0
James Ketrenos f29b3fe156 Move apache2 config outside the container
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2024-05-14 08:41:14 -07:00

12 lines
460 B
ApacheConf

<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript
AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/wasm
AddOutputFilterByType DEFLATE application/xml
</IfModule>
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet