add context-path to confluence.cfg.xml

This commit is contained in:
wyasvoin
2021-10-11 12:07:12 +11:00
parent 2efefba657
commit 06f44a2942
3 changed files with 7 additions and 2 deletions

View File

@@ -37,6 +37,9 @@
<property name="confluence.cluster.join.type">aws</property>
<property name="confluence.cluster.name">{{ atl_aws_stack_name }}</property>
<property name="confluence.cluster.ttl">1</property>
{% if atl_tomcat_contextpath is defined and atl_tomcat_contextpath != '' %}
<property name="confluence.webapp.context.path">/{{ atl_tomcat_contextpath }}</property>
{% endif %}
</properties>
</confluence-configuration>
</confluence-configuration>