Logs temporal
This commit is contained in:
parent
0c30c9846c
commit
05ebced7a1
1 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,10 @@ log_format vhost '$host $remote_addr - $remote_user [$time_local] '
|
|||
'"$request" $status $body_bytes_sent '
|
||||
'"$http_referer" "$http_user_agent"';
|
||||
|
||||
access_log /proc/self/fd/1 vhost;
|
||||
error_log /proc/self/fd/2;
|
||||
#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;
|
||||
|
||||
# HTTP 1.1 support
|
||||
proxy_http_version 1.1;
|
||||
|
|
Loading…
Reference in a new issue