From 751669af92dc14e6f2fabe8c5f9e330f3bd176bc Mon Sep 17 00:00:00 2001 From: chgl Date: Mon, 8 Feb 2021 12:46:54 +0100 Subject: [PATCH] added comments to document the apache strategy https option --- src/main/resources/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 0e9bb7d..6bc6e90 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -31,6 +31,8 @@ hapi: ### enable to use the ApacheProxyAddressStrategy which uses X-Forwarded-* headers ### to determine the FHIR server address # use_apache_address_strategy: false + ### forces the use of the https:// protocol for the returned server address. + ### alternatively, it may be set using the X-Forwarded-Proto header. # use_apache_address_strategy_https: false ### enable to set the Server URL # server_address: http://hapi.fhir.org/baseR4