parent
a592fae626
commit
eaa8ea6334
2 changed files with 3 additions and 3 deletions
|
@ -30,5 +30,8 @@
|
||||||
# The proxy address forwarding mode if the server is behind a reverse proxy.
|
# The proxy address forwarding mode if the server is behind a reverse proxy.
|
||||||
#proxy=reencrypt
|
#proxy=reencrypt
|
||||||
|
|
||||||
|
# Do not attach route to cookies and rely on the session affinity capabilities from reverse proxy
|
||||||
|
#spi-sticky-session-encoder-infinispan-should-attach-route=false
|
||||||
|
|
||||||
# Hostname for the Keycloak server.
|
# Hostname for the Keycloak server.
|
||||||
#hostname=myhostname
|
#hostname=myhostname
|
||||||
|
|
|
@ -9,9 +9,6 @@ http-enabled=false
|
||||||
# Metrics and healthcheck are disabled by default
|
# Metrics and healthcheck are disabled by default
|
||||||
metrics-enabled=false
|
metrics-enabled=false
|
||||||
|
|
||||||
# Do not attach route to cookies and rely on the session affinity capabilities from reverse proxy
|
|
||||||
spi-sticky-session-encoder-infinispan-should-attach-route=false
|
|
||||||
|
|
||||||
# Default, and insecure, and non-production grade configuration for the development profile
|
# Default, and insecure, and non-production grade configuration for the development profile
|
||||||
%dev.http-enabled=true
|
%dev.http-enabled=true
|
||||||
%dev.hostname-strict=false
|
%dev.hostname-strict=false
|
||||||
|
|
Loading…
Reference in a new issue