Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:lusis/chef-kibana
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
paulczar committed Jul 13, 2014
2 parents da76557 + a722dcc commit 89e6255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you would like to modify the `nginx` or `apache` parameters, you should:

#### kibana::examples

The examples cookbook lists further examples using the LWRPs to install and configure kibana and is definately _not_ intended to be run.
examples of using the LWRPs. Don't use this directly.

Testing
-------
Expand Down
2 changes: 1 addition & 1 deletion templates/default/kibana-nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server {
listen <%= @listen_address %>:<%= @listen_port %>;

server_name <%= @server_name %> <%= @server_aliases.join(" ") %>;
access_log /var/log/nginx/<%= @server_name %>.access.log;
access_log <%= node['nginx']['log_dir'] %>/<%= @server_name %>.access.log;

location / {
root <%= @kibana_dir %>;
Expand Down

0 comments on commit 89e6255

Please sign in to comment.