サーバーベース URL とは、ユーザーが Confluence にアクセスする際に経由する URL です。ベース URL は、ブラウザーが Confluence サイトを表示する URL と同じになるよう設定する必要があります

Confluence は、設定時にベース URL を自動的に検出しますが、URL を変更したり、異なる URL から Confluence の設定を行った場合には、公的にアクセス可能な URL にマニュアルで設定する必要があります。

この機能を実行するには システム管理者 権限が必要です。

サーバーベースURLの環境設定:

  1. Choose the cog icon , then choose General Configuration under Confluence Administration
  2. 左側のパネルにある一般設定を選択する。
  3. [編集] を選択します。
  4. 新しい URL を サーバー ベース URL テキストボックスに入力する。
  5. 保存を選択する

Confluence をインストールし、non-root のコンテキストパス内で実行する場合、(つまり、コンテキストパスを指定している)、サーバーベース URL にはこのコンテキストパスが含まれます。例えば、Confluence が以下の URL で実行している場合:

http://www.foobar.com/confluence

この場合、サーバーのベース URL は以下のようになります。

http://www.foobar.com/confluence

注意

  • 異なる URL を使用する。異なるベース URL を設定したり、来訪者が他の URL を使用して Confluence にアクセスする場合、他のページを参照すると同時にエラーが生じる可能性があります。
  • Changing the context path. If you change the context path of your base URL, you may also need to edit the web server's server.xmlfile to reflect the new path:
    1. Confluence サーバーを停止。
    2. Go to your Confluence 'destination directory'. This is the directory where the Confluence installation files are stored. For example,  C:\Program Files\Atlassian\Confluence. Let's call this directory '{CONFLUENCE_INSTALLATION}'.
    3. {CONFLUENCE_INSTALLATION}\conf\server.xml で構成ファイルを編集します。
    4. Context 要素の path 属性の値を変更して、コンテキスト パスを反映します。たとえば、Confluence をhttp://www.foobar.com/confluence で実行している場合、path 属性は以下のようにします。

      <context path="/confluence" docBase=".../confluence" debug="0" reloadable'"false" useHttpOnly="true">
    5. ファイルを保存します。
  • Proxies. If you are running behind a proxy, ensure that the proxy name matches the base URL.  For example: proxyName="foobar.com" proxyPort="443" scheme="https". This will make sure we are passing the information correctly.
  • この情報は、{CONFLUENCE_INSTALLATION}\conf\server.xml Connector 要素に追加する必要があります。
  • ラベルなし