1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-03-13 13:59:04 +01:00
zabbix-docker/Dockerfiles/web-apache-mysql/alpine/conf/etc/apache2/conf.d/mime.conf

9 lines
231 B
Plaintext
Raw Normal View History

2025-01-13 11:24:39 +01:00
<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>