Skip to content

Commit

Permalink
Honor http proxy headers
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Jun 27, 2024
1 parent dbae256 commit 3e60c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e60c93

Please sign in to comment.