From 1d4ffa7604518c7aaff47a7b39bba6387cd7b17b Mon Sep 17 00:00:00 2001 From: Dominic Schabel Date: Mon, 15 Feb 2021 18:09:26 +0100 Subject: [PATCH] Proxy support for sandbox fixed Signed-off-by: Dominic Schabel --- .../src/main/resources/application-cloudsandbox.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hawkbit-runtime/hawkbit-update-server/src/main/resources/application-cloudsandbox.properties b/hawkbit-runtime/hawkbit-update-server/src/main/resources/application-cloudsandbox.properties index 6b1fcb277..bf28ee36c 100644 --- a/hawkbit-runtime/hawkbit-update-server/src/main/resources/application-cloudsandbox.properties +++ b/hawkbit-runtime/hawkbit-update-server/src/main/resources/application-cloudsandbox.properties @@ -7,7 +7,7 @@ # http://www.eclipse.org/legal/epl-v10.html # -server.use-forward-headers=true +server.forward-headers-strategy=NATIVE # Sandbox, small files only spring.servlet.multipart.max-file-size=100KB