mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-03-13 05:48:52 +01:00
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
<IfModule mime_module>
|
|
TypesConfig /etc/apache2/mime.types
|
|
AddType application/x-compress .Z
|
|
AddType application/x-gzip .gz .tgz
|
|
</IfModule>
|
|
<IfModule mime_magic_module>
|
|
MIMEMagicFile /etc/apache2/magic
|
|
</IfModule>
|