标签:tla lin code 目录 传递 false add atl plain
<installation-directory>\conf\server.xml 文件。Context 元素中修改 path 属性,将会影响到你服务器使用的上下文。如果 Confluence 正在运行在 http://www.foobar.com/confluence 路径中,那么 path 的属性应该配置如下:
<context path="/confluence" docBase="../confluence" debug="0" reloadable‘"false" useHttpOnly="true"> |
在这个示例中,我们使用 /confluence 为上下文路径。注意,你不能使用 /resources 为你的上下文路径,因为这个是 Confluence 使用的一个上下文资源路径,如果你设置这个路径的话,将会导致后续的问题。
proxyName="foobar.com" proxyPort="443" scheme="https"。这个将会能够保证你的代理服务器能够想 Confluence 服务器传递正确的数据。有关更多的 Atlassian applications 代理的配置,请参考,代理服务器配置知识库中的内容。Connector 元素中,这个元素是在 {CONFLUENCE_INSTALLATION}\conf\server.xml 中定义的。https://www.cwiki.us/display/CONF6ZH/Configuring+the+Server+Base+URL
标签:tla lin code 目录 传递 false add atl plain
原文地址:https://www.cnblogs.com/huyuchengus/p/9282140.html