mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-02 14:03:12 +02:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
<IfModule mime_module>
|
|
TypesConfig /etc/mime.types
|
|
|
|
AddType application/x-compress .Z
|
|
AddType application/x-gzip .gz .tgz
|
|
</IfModule>
|
|
<IfModule mime_magic_module>
|
|
MIMEMagicFile conf/magic
|
|
</IfModule>
|