Include Host or SERVER_NAME in logs
This commit is contained in:
parent
54b9043323
commit
ac1f2d8875
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@ map $http_upgrade $proxy_connection {
|
||||||
|
|
||||||
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
|
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
|
||||||
|
|
||||||
access_log /proc/self/fd/1;
|
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;
|
error_log /proc/self/fd/2;
|
||||||
|
|
||||||
# HTTP 1.1 support
|
# HTTP 1.1 support
|
||||||
|
|
Reference in a new issue