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;