Add mime type to httpd ipa.conf for xpi exetension

Some configuration doesn't give proper mime type to xpi files. This patch explicitly sets it.

https://fedorahosted.org/freeipa/ticket/3094
This commit is contained in:
Petr Vobornik
2012-10-09 10:17:16 +02:00
committed by Martin Kosek
parent 2411377d40
commit 9bb927eb1c

View File

@@ -1,5 +1,5 @@
#
# VERSION 8 - DO NOT REMOVE THIS LINE
# VERSION 9 - DO NOT REMOVE THIS LINE
#
# This file may be overwritten on upgrades.
#
@@ -20,6 +20,7 @@ LimitRequestFieldSize 100000
# This is required so the auto-configuration works with Firefox 2+
AddType application/java-archive jar
AddType application/x-xpinstall xpi
# FIXME: WSGISocketPrefix is a server-scope directive. The mod_wsgi package