gpt4 book ai didi

amazon-web-services - 在 Elastic Beanstalk 上运行 .config 文件?

转载 作者:行者123 更新时间:2023-12-04 05:18:05 25 4
gpt4 key购买 nike

我正在尝试在我的弹性 beanstalk 上运行自定义 .config 文件。我正在按照 this link 上的说明进行操作.我创建了一个名为 myapp.config 的文件,并将以下内容放入其中:

container_commands:
01_setup_apache:
command: "cp .ebextensions/enable_mod_deflate.conf /etc/httpd/conf.d/enable_mod_deflate.conf"

当我运行它时,我收到以下错误:

"commands" in configuration file .ebextensions/myapp.config in application version myapp-0.0.33-SNAPSHOT must be a map. Update "commands" in the configuration file.



这个错误真的很神秘。我究竟做错了什么?

我的容器是 apache tomcat 7。

最佳答案

得到了答案。显然空格很重要。我变了:

container_commands:
01_setup_apache:
command: "cp .ebextensions/enable_mod_deflate.conf
/etc/httpd/conf.d/enable_mod_deflate.conf"

到:
container_commands:
01_setup_apache:
command: "cp .ebextensions/enable_mod_deflate.conf /etc/httpd/conf.d/enable_mod_deflate.conf"

现在它起作用了。

关于amazon-web-services - 在 Elastic Beanstalk 上运行 .config 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23148417/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com