Skip to content

Instantly share code, notes, and snippets.

@thenayr
Last active January 19, 2017 18:51
Show Gist options
  • Save thenayr/545edead5a9eb15cf15357ee2ece09d6 to your computer and use it in GitHub Desktop.
Save thenayr/545edead5a9eb15cf15357ee2ece09d6 to your computer and use it in GitHub Desktop.
Chef server 11 non-ssl compatibility
# From https://tickets.opscode.com/browse/CHEF-4029
lb['api_fqdn'] = "chef.example.com"
nginx['enable_non_ssl'] = true
nginx['non_ssl_port'] = 4000
nginx['ssl_port'] = 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment