Skip to content

Conversation

@RogerW
Copy link

@RogerW RogerW commented Aug 1, 2016

Please accept my PR. Added support for HTTP/2 and FreeBSD.

upstream unicorn_<%= fetch(:nginx_config_name) %> {
<% if fetch(:unicorn_use_tcp) -%>
<% roles(:app).each do |role| -%>
<% if fetch(:unicorn_use_tcp) -%>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please undo changes to indentation in this file, unless you have a good reason for these

<% end -%>
ssl on;
<% if fetch(:nginx_ssl_cert) and not fetch(:nginx_upload_local_cert) -%>
ssl_certificate <%= fetch(:nginx_ssl_cert) %>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for?

namespace :load do
task :defaults do
set :root_name, 'root'
set :root_group, 'wheel'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this work in all OSes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants