system-config/modules/nodepool/files/nodepool-log.htaccess
Ian Wienand bded3bc5a9 Enable gzip compression on nodepool logs
Add a .htaccess to the nodepool log directory to enable gzip
compression for text/text mime-types; e.g. the quite large .log files
that nodepool outputs there

Change-Id: Ie0b269835ebb8effbac0285b782d8add7b47db32
2014-10-15 11:58:28 +11:00

3 lines
76 B
Plaintext

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text
</IfModule>