From 3e60c9310b5fac971a188dc050a16ca63785d580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20=C3=89pardaud?= Date: Thu, 27 Jun 2024 15:14:23 +0200 Subject: [PATCH] Honor http proxy headers --- src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 12d75a5..90067b0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,6 +6,9 @@ # we have rather large talk abstracts, I've seen 8kb abstracts, this is for backoffice quarkus.http.limits.max-form-attribute-size=10M +# Make sure we honor proxy headers +quarkus.http.proxy.proxy-address-forwarding=true + quarkus.locales=en,fr quarkus.default-locale=en