Skip to content

Commit 917f85f

Browse files
authored
chore(nginx): add $http_host to nodejs.org logs (#3420)
1 parent 7da8347 commit 917f85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/www-standalone/resources/config/nodejs.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
log_format nodejs '$remote_addr - $remote_user [$time_local] '
2-
'"$request" $status $body_bytes_sent '
1+
log_format nodejs '$remote_addr - $remote_user [$time_local] - '
2+
'$http_host - "$request" $status $body_bytes_sent '
33
'"$http_referer" "$http_user_agent" "$http_x_forwarded_for"';
44

55
server {

0 commit comments

Comments
 (0)