Confluence 5.7 has reached end of life
Check out the [latest version] of the documentation
The Server Base URL is the URL via which users access Confluence. The base URL must be set to the same URL by which browsers will be viewing your Confluence site.
Confluence will automatically detect the base URL during setup, but you may need to set it manually if your site's URL changes or if you set up Confluence from a different URL to the one that will be used to access it publicly.
You need to have System Administrator permissions in order to perform this function.
The information on this page does not apply to Confluence Cloud.
To configure the Server Base URL:
If Confluence is installed to run in a non-root context path (that is, it has a context path), then the server base URL should include this context path. For example, if Confluence is running at:
http://www.foobar.com/confluence
then the server base URL should be:
http://www.foobar.com/confluence
server.xml
file to reflect the new path:C:\Program Files\Atlassian\Confluence
. Let's call this directory '{CONFLUENCE_INSTALLATION}
'.CONFLUENCE_INSTALLATION}\conf\server.xml
.Change the value of the path
attribute in the Context
element to reflect the context path. For example, if Confluence is running at http://www.foobar.com/confluence
, then your path
attribute should look like this:
< Context path = "/confluence" docBase = "../confluence" debug = "0" reloadable = "false" useHttpOnly = "true" > |
proxyName="foobar.com" proxyPort="443" scheme="https"
. This will make sure we are passing the information correctly.This information needs to be added in the Connector
element at {CONFLUENCE_INSTALLATION}\conf\server.xml
.
There is no content with the specified labels