【发布时间】:2015-02-07 10:15:12
【问题描述】:
我想知道 Chef 服务器是否可以使用 http 而不是 https 运行。如果可以更改端口。也许还有网络根/url?
例如在 /etc/opschode/chef-server.rb 中。当我把
nginx['non_ssl_port'] = 8080
nginx['enable_non_ssl'] = true
nginx['x_forwarded_proto'] = 'http'
Chef 会将 http://myserver:8080 重定向到 https(端口 443)并最终进入某种重定向循环。
是否可以在 Chef 中更改这些类型的设置?
【问题讨论】:
标签: chef-infra