Skip to content

Commit

Permalink
Merge pull request donnemartin#302 from satob/ReverseProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin authored Aug 3, 2019
2 parents 041c42f + 109235b commit eef185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ Layer 7 ロードバランサーは [アプリケーションレイヤー](#通

他には以下のような利点があります:

* **より堅牢なセキュリティ** - バックエンドサーバーの情報、ブラックリストIP、クライアントごとの接続数などの情報を隠すことができます
* **より堅牢なセキュリティ** - バックエンドサーバーの情報を隠したり、IPアドレスをブラックリスト化したり、クライアントごとの接続数を制限したりできます
* **スケーラビリティや柔軟性が増します** - クライアントはリバースプロキシのIPしか見ないので、裏でサーバーをスケールしたり、設定を変えやすくなります。
* **SSL termination** - 入力されるリクエストを解読し、サーバーのレスポンスを暗号化することでサーバーがこのコストのかかりうる処理をしなくて済むようになります。
* [X.509 証明書](https://en.wikipedia.org/wiki/X.509) を各サーバーにインストールする必要がなくなります。
Expand Down

0 comments on commit eef185e

Please sign in to comment.