mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-28 17:14:38 -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_type='File'
|
||||||
session_filter.storage_path='/var/cache/ipa/sessions'
|
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
|
||||||
# Logging configuration generally follows the style of the standard
|
# Logging configuration generally follows the style of the standard
|
||||||
|
Loading…
Reference in New Issue
Block a user