Skip to content

Commit

Permalink
Fixed error when proxy attributes were not set
Browse files Browse the repository at this point in the history
Closes #281
Closes #282
  • Loading branch information
sarkis authored and karmi committed Mar 3, 2015
1 parent a396836 commit 7bdaffc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion attributes/proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7bdaffc

Please sign in to comment.