Skip to content

Commit

Permalink
Merge pull request #7676 from Tatsurou-Yajima/fix/niwo-to-ni
Browse files Browse the repository at this point in the history
fix: typo(niwo -> ni)
  • Loading branch information
markstory authored Aug 17, 2023
2 parents fdb9af2 + 2133276 commit 7350eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/controllers/request-response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ CakePHP は、必要に応じて apache 固有のメソッドを介して利用
しばしばリクエストでロードバランサーのホスト、ポートおよびスキームを取得します。
多くの場合、ロードバランサーはまた、オリジナルの値として ``HTTP-X-Forwarded-*`` ヘッダーを送信します。
転送されたヘッダーは、CakePHP によって使用されることはありません。リクエストオブジェクトで
これらのヘッダーを使用するには、 ``trustProxy`` プロパティーを ``true`` にを設定します。 ::
これらのヘッダーを使用するには、 ``trustProxy`` プロパティーを ``true`` に設定します。 ::

$this->request->trustProxy = true;

Expand Down

0 comments on commit 7350eeb

Please sign in to comment.