From b353e559336497748dff30fe7b6dce1347aa7480 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 27 Sep 2024 08:18:27 +0200 Subject: [PATCH] added commented context.path configuration property to example.runtime.properties --- home/src/main/resources/config/example.runtime.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index 8817ce777..5ee841f3d 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -32,6 +32,10 @@ # Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/ +# In case VIVO is behind proxy you might want to avoid redirects by overriding +# context path to empty string or other custom value +# context.path= + # # The email address of the root user for the VIVO application. The password # for this user is initially set to "rootPassword", but you will be asked to