Skip to content

Commit

Permalink
kibanaのアクセスログの保存先を変更した
Browse files Browse the repository at this point in the history
  • Loading branch information
volanja committed Sep 7, 2013
1 parent ee76ba2 commit 34638e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nginx/templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server {
listen *:80 ;

server_name es-server;
access_log /var/log/nginx/kibana.myhost.org.access.log;
access_log /var/log/nginx/access.log;

location / {
root /var/www/html/kibana;
Expand Down

0 comments on commit 34638e0

Please sign in to comment.