LoginSignup
0
0

More than 1 year has passed since last update.

App Server とNginx (Reverse proxy server)の違い

Posted at

疑問

Springboot や Flask でWeb Server を立てられるなら,Nginx (Web server)いらなくないかという疑問。

疑問を持った理由。

springboot やflask でアプリケーションを立ち上げるときに使用されるサーバーは,
開発向けの簡易的なサーバーの機能しか持っていない.

そのため,大量のアクセスを同時にさばくためには,それ専用の機能を持ったサーバを用意する必要がある.
それが, Apachenginx が該当する.

以下引用: https://ja.stackoverflow.com/questions/51889/%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%B5%E3%83%BC%E3%83%90%E3%81%A8web%E3%82%B5%E3%83%BC%E3%83%90%E3%81%AE%E9%81%95%E3%81%84

ApacheやNginxなどのWebサーバをAPサーバのフロントに配置する主な目的は、以下のようなことだと思います。
- 負荷分散
- セキュリティの強化
- 静的ファイルの処理の高速化
- Webサーバにしかない機能の利用

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0