docs community blog github
Edit

NGINX Buildpack リファレンス

This reference documentation offers an in-depth description of the behavior and configuration options of the Paketo NGINX Buildpack. For explanations of how to use the buildpack for several common use-cases, see the Paketo NGINX Buildpack How To documentation.

NGINX Paketo Buildpack はコンテナの $PATH に含まれるディレクトリへ Nginx のバイナリアーカイブを展開します。 展開した内容は後に続く Buildpack から利用できます。

対応している依存対象

NGINX Paketo Buildpack は NGINX の複数のバージョンに対応しています。 具体的なバージョンは Buildpack のリリースノート で確認してください。

振る舞い

NGINX Buildpack を使用すると次のいずれかの処理を実行します。

  1. アプリケーションのソースコードに nginx.conf存在する場合 、Buildpack は NGINX server がその設定ファイルを使うようにします
  2. アプリケーションのソースコードに nginx.conf存在しない場合 、Buildpack は何もしません
Edit

Last modified: September 15, 2021