Skip to content

Commit

Permalink
chore(nginx): add $http_host to nodejs.org logs (#3420)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Jul 14, 2023
1 parent 7da8347 commit 917f85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/www-standalone/resources/config/nodejs.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
log_format nodejs '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
log_format nodejs '$remote_addr - $remote_user [$time_local] - '
'$http_host - "$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" "$http_x_forwarded_for"';

server {
Expand Down

0 comments on commit 917f85f

Please sign in to comment.