Chef infra 更改Chef服务器设置-端口、url、https?

Chef infra 更改Chef服务器设置-端口、url、https?,chef-infra,Chef Infra,我想知道Chef服务器是否可以使用http而不是https运行。如果有可能改变端口。也可能是web根目录/url 例如在/etc/opschode/chef-server.rb中。当我把 nginx['non_ssl_port'] = 8080 nginx['enable_non_ssl'] = true nginx['x_forwarded_proto'] = 'http' Chef将重定向到https(端口443),并以某种重定向循环结束 是否可以在Chef中更改这些类型的设置 中有一个用

我想知道Chef服务器是否可以使用http而不是https运行。如果有可能改变端口。也可能是web根目录/url

例如在/etc/opschode/chef-server.rb中。当我把

nginx['non_ssl_port'] = 8080
nginx['enable_non_ssl'] = true
nginx['x_forwarded_proto'] = 'http'
Chef将重定向到https(端口443),并以某种重定向循环结束


是否可以在Chef中更改这些类型的设置

中有一个用于chef服务器url的选项,可能会有所帮助

default['chef_server']['nginx']['url'] = "https://#{node['fqdn']}"