From b5aed7b00a9b0ac10bbdc9f898057a29cb27bd9e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 18 Jul 2017 21:49:12 -0700 Subject: [PATCH] Set full path for nginx access log --- setup/start/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/start/nginx/nginx.conf b/setup/start/nginx/nginx.conf index f98581ab7..f61b0fd45 100644 --- a/setup/start/nginx/nginx.conf +++ b/setup/start/nginx/nginx.conf @@ -20,7 +20,7 @@ http { # required for long host names server_names_hash_bucket_size 128; - access_log access.log combined2; + access_log /var/log/nginx/access.log combined2; sendfile on;