How to show GoAccess full URLs in Data column

Hello, I have 18 sites with their own logs. Data column does not show which domain the URLs belongs to so it only shows /URI. Here’s my log format:

%h %D %^ [%d:%t %^] %^ "%r" %s %b "%R" "%u"

Is this an Nginx issue or log format in GoAccess conf?

Got it working by piping this:

awk '$8=$6$8'