From 7bdaffc0a1b8e2ae17dc9ab961a468daf9825b98 Mon Sep 17 00:00:00 2001 From: Sarkis Varozian Date: Thu, 15 Jan 2015 22:24:52 -0800 Subject: [PATCH] Fixed error when proxy attributes were not set Closes #281 Closes #282 --- attributes/proxy.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/attributes/proxy.rb b/attributes/proxy.rb index 320d60bc7..ea193b80f 100644 --- a/attributes/proxy.rb +++ b/attributes/proxy.rb @@ -33,4 +33,6 @@ # Other Nginx proxy settings # default.elasticsearch[:nginx][:client_max_body_size] = "50M" -default.elasticsearch[:nginx][:location] = "/" +default.elasticsearch[:nginx][:location] = "/" +default.elasticsearch[:nginx][:ssl][:cert_file] = nil +default.elasticsearch[:nginx][:ssl][:key_file] = nil