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