Add option to install without the automatic redirect to the Web UI.

ticket 1570
This commit is contained in:
Jan Cholasta
2011-08-16 19:34:04 +02:00
committed by Rob Crittenden
parent e856310d75
commit b8d4f8ad9f
6 changed files with 18 additions and 8 deletions

View File

@@ -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.