Skip to content

Commit eb00b06

Browse files
authored
Merge pull request nginx-proxy#1659 from exussum12/patch-1
Improve logging
2 parents d9d7a33 + e9ab137 commit eb00b06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ gzip_types text/plain text/css application/javascript application/json applicati
108108

109109
log_format vhost '$host $remote_addr - $remote_user [$time_local] '
110110
'"$request" $status $body_bytes_sent '
111-
'"$http_referer" "$http_user_agent"';
111+
'"$http_referer" "$http_user_agent" '
112+
'"$upstream_addr"';
112113

113114
access_log off;
114115

0 commit comments

Comments
 (0)