summaryrefslogtreecommitdiffstats
path: root/install/conf/ipa.conf
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-10-09 10:17:16 +0200
committerMartin Kosek <mkosek@redhat.com>2012-10-09 15:41:48 +0200
commit9bb927eb1cca3fd4ac4768b2ef53aab75b848bd6 (patch)
treedba948b19cb442c7a9cd03c7a2bac8e5195b20be /install/conf/ipa.conf
parent2411377d400f61f458a77bc2c64f721a629b1e3e (diff)
downloadfreeipa-9bb927eb1cca3fd4ac4768b2ef53aab75b848bd6.tar.gz
freeipa-9bb927eb1cca3fd4ac4768b2ef53aab75b848bd6.tar.xz
freeipa-9bb927eb1cca3fd4ac4768b2ef53aab75b848bd6.zip
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
Diffstat (limited to 'install/conf/ipa.conf')
-rw-r--r--install/conf/ipa.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf
index ed50a35b5..5cd1d8c59 100644
--- a/install/conf/ipa.conf
+++ b/install/conf/ipa.conf
@@ -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