lib/capistrano/puma/nginx.rb in capistrano3-puma-3.1.1 vs lib/capistrano/puma/nginx.rb in capistrano3-puma-4.0.0

- old
+ new

@@ -9,9 +9,10 @@ set_if_empty :nginx_server_name, -> { "localhost #{fetch(:application)}.local" } set_if_empty :nginx_flags, 'fail_timeout=0' set_if_empty :nginx_http_flags, fetch(:nginx_flags) set_if_empty :nginx_socket_flags, fetch(:nginx_flags) set_if_empty :nginx_use_ssl, false + set_if_empty :nginx_downstream_uses_ssl, false end def define_tasks eval_rakefile File.expand_path('../../tasks/nginx.rake', __FILE__) end