From 9bb927eb1cca3fd4ac4768b2ef53aab75b848bd6 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 9 Oct 2012 10:17:16 +0200 Subject: 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 --- install/conf/ipa.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index ed50a35b..5cd1d8c5 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 -- cgit