gpt4 book ai didi

deployment - Nginx Recipe v 2.0.0 : Cookbook http_gzip_static_module not found

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

我正在使用 berkshelf 来管理 Recipe 、 Chef 11.6.2 和 nginx Recipe v 2.0.0

我从源代码编译 nginx 的设置:

set[:nginx][:source][:modules] = ["http_gzip_static_module", "http_ssl_module"]

配置给了我错误:
Cookbook http_gzip_static_module not found. If you're loading http_gzip_static_module from another cookbook, make sure you configure the dependency in your metadata

它是来自 nginx Recipe 的错误吗?你如何解决它?一切都适用于 nginx Recipe v 1.7.0

非常感谢。

最佳答案

nginx Recipe 版本增加到 2.0.0 以强调重大更改。特别是现在您应该使用 指定所有模块nginx::前缀并且不要使用 额外模块 一点也不。所以,它现在应该是这样的:

"default_attributes": {
"nginx": {
"source": {
"modules": [
"nginx::http_gzip_static_module", "nginx::http_ssl_module",
"nginx::http_realip_module", "nginx::http_stub_status_module",
"nginx::upload_progress_module"]
}
}
}

请看这个 ticket和相关的 changeset详情。

关于deployment - Nginx Recipe v 2.0.0 : Cookbook http_gzip_static_module not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19522483/

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