From 3135c02dccd51780d44c71d1ce0b50ba56910eac Mon Sep 17 00:00:00 2001 From: mulonemartin Date: Wed, 8 Jul 2015 10:07:00 -0300 Subject: [PATCH] =?UTF-8?q?M=C3=A1s=20de=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.tmpl b/nginx.tmpl index 51f3dfa..8df7dc7 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -20,8 +20,8 @@ log_format vhost '$host $remote_addr - $remote_user [$time_local] ' #access_log /proc/self/fd/1 vhost; #error_log /proc/self/fd/2; -access_log /var/log/nginx/access.log; -error_log /var/log/nginx/error.log; +access_log /var/log/nginx/access_log.log; +error_log /var/log/nginx/error_log.log; # HTTP 1.1 support proxy_http_version 1.1;