summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipa-server/ipa-gui/ipa_webgui.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipa-server/ipa-gui/ipa_webgui.cfg b/ipa-server/ipa-gui/ipa_webgui.cfg
index 68e31d888..81fcfa794 100644
--- a/ipa-server/ipa-gui/ipa_webgui.cfg
+++ b/ipa-server/ipa-gui/ipa_webgui.cfg
@@ -53,6 +53,10 @@ session_filter.on = True
session_filter.storage_type='File'
session_filter.storage_path='/var/cache/ipa/sessions'
+# Listen only on the local interface so all requests go through
+# Apache/mod_auth_kerb/mod_proxy.
+server.server_port = 8080
+server.socket_host="127.0.0.1"
# LOGGING
# Logging configuration generally follows the style of the standard