1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Nginxの機能一覧

Last updated at Posted at 2018-07-17

Nginxにはどのような機能が疑問に思い調べた際の記事。
調べたとは言いつつも、Nginxのaboutに記載されていた。
機能は以下の通り。

・機能一覧
Basic HTTP server features
 リバプロ設定
 負荷分散
 モジュラアーキテクチャ フィルタ
 キャッシングによる加速サポート
 SSL、TLS SNIサポート
 HTTP/2サポート
Other HTTP server features
 ホスト名、IPアドレスでの仮想サーバ
 キープアライブ、パイプライン接続のサポート
 ログ形式、出力
 正規表現を利用したURIの変更
 ソースIPにもとづくアクセス処理
Mail proxy server features
 外部HTTP認証サーバーを使用してIMAPまたはPOP3サーバーにユーザーをリダイレクトする。
 外部HTTP認証サーバーを使用したユーザー認証と内部SMTPサーバーへの接続リダイレクト。
 SSLサポート
TCP/UDP proxy server features
 TCP、UDPでのプロキシ機能
Architecture and scalability
 1つのマスタープロセスと複数のワーカープロセス。権限のないユーザーの下で実行されるワーカープロセス。
 クライアントのサービスを中断することなく実行可能ファイルの再構成とアップグレード。

・その他
 導入手順

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?