【发布时间】:2018-12-29 21:30:06
【问题描述】:
我已经在 .ebextensions/nginx/conf.d/test.conf 后面添加了 nginx test.conf 文件 doc
我已确认文件是从日志中复制的。我已正确遵循所有内容,但未添加文件。
# Node.js version: 8.11.1 running on 64bit Amazon Linux/4.5.0
# eb activity logs from my instance
creating: /tmp/deployment/application/.ebextensions/
inflating: /tmp/deployment/application/.ebextensions/https-instance.config
creating: /tmp/deployment/application/.ebextensions/nginx/
creating: /tmp/deployment/application/.ebextensions/nginx/conf.d/
inflating: /tmp/deployment/application/.ebextensions/nginx/conf.d/test.conf
2018 年 9 月 5 日更新
# Some configuration of nginx can be by placing files in /etc/nginx/conf.d
# using Configuration Files.
# http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/customize-containers.html
#
# Modifications of nginx.conf can be performed using container_commands to modify
the staged version located in /tmp/deployment/config/etc#nginx#nginx.conf
# For more information on configuration, see:
# * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/
【问题讨论】:
-
你找到解决办法了吗?
-
@RaúlFerràs 目前还没有,如果我对我的 nginx.conf 文件进行了一些更改,我将手动进行
标签: amazon-web-services nginx amazon-ec2 amazon-elastic-beanstalk