From e0f0f35f5da7c68757dd2101e6d27c9d92a441a8 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Mon, 4 Mar 2024 18:53:40 +0800 Subject: [PATCH] https://github.com/cskefu/cskefu/issues/1004 use server.forward-headers-strategy Signed-off-by: Hai Liang Wang --- contact-center/app/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/contact-center/app/src/main/resources/application.properties b/contact-center/app/src/main/resources/application.properties index c7c352b7..121a8a0b 100644 --- a/contact-center/app/src/main/resources/application.properties +++ b/contact-center/app/src/main/resources/application.properties @@ -25,6 +25,7 @@ server.threads.max=2000 server.connection.max=2000 server.port=8035 server.context-path=/ +server.forward-headers-strategy=native # IM Server uk.im.server.port=8036