Skip to content
Snippets Groups Projects

Iss #34 - Add proxy header support to API

Merged Martin Lowe requested to merge malowe/eclipsefdn-api-common:malowe/master/34 into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -10,6 +10,9 @@ quarkus.log.file.path=/tmp/logs/quarkus.log
# MISC
quarkus.resteasy.gzip.enabled=true
quarkus.http.port=8090
quarkus.http.proxy.proxy-address-forwarding=true
quarkus.http.proxy.allow-x-forwarded=true
quarkus.http.proxy.enable-forwarded-host=true
# default cache config
quarkus.cache.caffeine."default".initial-capacity=1000
Loading