3
3

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.

ebでnginxの設定が楽になる

3
Posted at

らしい。
http://aws.typepad.com/aws_japan/2015/09/elastic-beanstalk-update-support-for-java-and-go.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+AmazonWebServicesBlogJp+%28Amazon+Web+Services+%E3%83%96%E3%83%AD%E3%82%B0%29

新しいプラットフォームはweb層で動作するNginxリバースプロキシを構成するプロセスを簡素化します。 Nginxの構成を上書きするために.ebextensions/nginxフォルダー内にnginx.confを配置することが可能です。また、そのプラットフォームによって提供されるNginxの構成の中に含めるため.ebextensions/nginx/conf.dフォルダー内に構成ファイルを配置可能です。詳細はリバースプロキシの構成をご参照ください。

1. .ebextensions/nginx/nginx.conf - Nginx構成を上書きする
2. .ebextensions/nginx/conf.d - Nginx構成内に含められるファイル群

試してみたら未だ出来なかった

eb --version
EB CLI 3.5.4 (Python 2.7.1)

次のバージョンからなのか?

3
3
2

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?