From b8d4f8ad9fc5e12785ae7eae0f7b773259b7bec1 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 16 Aug 2011 19:34:04 +0200 Subject: Add option to install without the automatic redirect to the Web UI. ticket 1570 --- install/conf/ipa-rewrite.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/conf') diff --git a/install/conf/ipa-rewrite.conf b/install/conf/ipa-rewrite.conf index ec9912c68..5385f9db0 100644 --- a/install/conf/ipa-rewrite.conf +++ b/install/conf/ipa-rewrite.conf @@ -7,7 +7,7 @@ RewriteLogLevel 0 # By default forward all requests to /ipa. If you don't want IPA # to be the default on your web server comment this line out. -RewriteRule ^/$$ https://$FQDN/ipa/ui [L,NC,R=301] +${AUTOREDIR}RewriteRule ^/$$ https://$FQDN/ipa/ui [L,NC,R=301] # Redirect to the fully-qualified hostname. Not redirecting to secure # port so configuration files can be retrieved without requiring SSL. -- cgit