mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
Listen only on the localhost interface
Resolves bz 430191
This commit is contained in:
parent
34b56238d2
commit
f4ef672dd6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user