chef/cookbooks/apache2/templates/default/mods/mime_magic.conf.erb
2015-07-21 19:45:23 +02:00

4 lines
91 B
Plaintext

<IfModule mod_mime_magic.c>
MIMEMagicFile <%= node['apache']['dir'] %>/magic
</IfModule>