Set full path for nginx access log

This commit is contained in:
Girish Ramakrishnan
2017-07-18 21:49:12 -07:00
parent 4d177e0d29
commit b5aed7b00a

View File

@@ -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;