summaryrefslogtreecommitdiffstats
path: root/install/conf
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-08-16 19:34:04 +0200
committerRob Crittenden <rcritten@redhat.com>2011-08-18 23:24:29 -0400
commitb8d4f8ad9fc5e12785ae7eae0f7b773259b7bec1 (patch)
treee7ed15ae502c9eea7010632c378d205f89b2278c /install/conf
parente856310d7512cafbb394dfdf861658dc6a81d93d (diff)
downloadfreeipa-b8d4f8ad9fc5e12785ae7eae0f7b773259b7bec1.tar.gz
freeipa-b8d4f8ad9fc5e12785ae7eae0f7b773259b7bec1.tar.xz
freeipa-b8d4f8ad9fc5e12785ae7eae0f7b773259b7bec1.zip
Add option to install without the automatic redirect to the Web UI.
ticket 1570
Diffstat (limited to 'install/conf')
-rw-r--r--install/conf/ipa-rewrite.conf2
1 files changed, 1 insertions, 1 deletions
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.