summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-10-09 10:17:16 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-10-17 10:52:00 +0200
commit53d29ac93653b61b6935a765cdc6be4e6f645fb7 (patch)
tree7cf890ab4396534a60f9413d77e14cbf2a9faea9
parent1429538716837aca88e2baaa24021b00d343b043 (diff)
downloadfreeipa-53d29ac93653b61b6935a765cdc6be4e6f645fb7.tar.gz
freeipa-53d29ac93653b61b6935a765cdc6be4e6f645fb7.tar.xz
freeipa-53d29ac93653b61b6935a765cdc6be4e6f645fb7.zip
Add mime type to httpd ipa.conf for xpi extension
Some configurations don't give proper mime type to xpi files. This patch explicitly sets it. https://fedorahosted.org/freeipa/ticket/3094
-rw-r--r--install/conf/ipa.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf
index 89c9849ca..7aaebe4fc 100644
--- a/install/conf/ipa.conf
+++ b/install/conf/ipa.conf
@@ -1,5 +1,7 @@
#
-# VERSION 4 - DO NOT REMOVE THIS LINE
+# VERSION 5 - DO NOT REMOVE THIS LINE
+#
+# This file may be overwritten on upgrades.
#
# LoadModule auth_kerb_module modules/mod_auth_kerb.so
@@ -15,6 +17,7 @@ DirectoryIndex index.html
# 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