サーバーベース URL とは、ユーザーが Confluence にアクセスする際に経由する URL です。ベース URL は、ブラウザーがその URL から Confluence サイトを参照するのと同じ URL に設定する必要があります。

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

(info) You need to have System Administrator permissions in order to perform this function.

(warning) The information on this page does not apply to

[Unable to render {include} The included page could not be found. ({include} をレンダリングできません。ページが見つかりませんでした)] を選択し、
.

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

  1. In Confluence, open the 'Browse' menu and select 'Confluence Admin'. The 'Administration Console' will open.
  2. Click 'General Configuration' in the left-hand panel.
  3. Click the 'Edit' button next to 'Site Configuration'.
  4. Enter the new URL in the 'Server Base URL' text box.
  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. ファイルを保存します。
関連トピック

指定したラベルを持つコンテンツはありません。