Logs temporal

This commit is contained in:
mulonemartin 2015-07-08 09:53:53 -03:00
parent 0c30c9846c
commit 05ebced7a1

View file

@ -18,8 +18,10 @@ log_format vhost '$host $remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent ' '"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"'; '"$http_referer" "$http_user_agent"';
access_log /proc/self/fd/1 vhost; #access_log /proc/self/fd/1 vhost;
error_log /proc/self/fd/2; #error_log /proc/self/fd/2;
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
# HTTP 1.1 support # HTTP 1.1 support
proxy_http_version 1.1; proxy_http_version 1.1;