diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d374846f7..e52ba67ad 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -17,8 +17,9 @@ server.error.include-exception=true server.error.include-message=always server.servlet.session.tracking-modes=cookie +server.servlet.context-path=${APP_ROOT_PATH:/} spring.devtools.restart.enabled=true spring.devtools.livereload.enabled=true -spring.thymeleaf.encoding=UTF-8 \ No newline at end of file +spring.thymeleaf.encoding=UTF-8 diff --git a/src/main/resources/templates/fragments/navbar.html b/src/main/resources/templates/fragments/navbar.html index d21868cf0..82813598a 100644 --- a/src/main/resources/templates/fragments/navbar.html +++ b/src/main/resources/templates/fragments/navbar.html @@ -304,19 +304,19 @@ function compareVersions(version1, version2) { @@ -324,7 +324,7 @@ function compareVersions(version1, version2) { diff --git a/src/main/resources/templates/multi-tool.html b/src/main/resources/templates/multi-tool.html index 2c6944b02..fc3091621 100644 --- a/src/main/resources/templates/multi-tool.html +++ b/src/main/resources/templates/multi-tool.html @@ -60,11 +60,11 @@