Browse Source

GITBOOK-39: Add a FAQ regarding headers strategy (issue #1017)

Roman Zabaluev 2 years ago
parent
commit
3c9d088a3b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      faq/common-problems.md

+ 4 - 0
faq/common-problems.md

@@ -34,3 +34,7 @@ At this stage, the AWS side should have sufficient permission to allow KAFKA-UI
 ## DataBufferLimitException: Exceeded limit on max bytes to buffer
 
 Increase `webclient.max-in-memory-buffer-size` property value. Default value is `20MB`.
+
+## URLs are invalid/contain ports when behind a reverse proxy
+
+Add the following property `server.forward-headers-strategy=FRAMEWORK`