Access logs not showing domain (for some sites)
Author: ZTHawkCreated Sep 17, 2026Updated Sep 17, 2026
Labelsbug
Describe the bug
Accessing websites create an access log but the field where the website/domain should be listed, only shows "-". This only applies for some sites.
Good log:
83.0.2 - - [17/Sep/2026:15:37:52 +0000] "GET /assets/route-config.json HTTP/2.0" 304 0 "https://nas.local.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:156.0) Gecko/20100101 Firefox/156.0"Bad log:
10.83.0.2 - - [17/Sep/2026:15:39:01 +0000] "GET /pages/index.htm HTTP/2.0" 302 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:156.0) Gecko/20100101 Firefox/156.0"
10.83.0.2 - - [17/Sep/2026:15:39:01 +0000] "GET /login.htm HTTP/2.0" 200 1914 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:156.0) Gecko/20100101 Firefox/156.0"
10.83.0.2 - - [17/Sep/2026:15:39:01 +0000] "GET /webui/js/extern/jquery.js HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:156.0) Gecko/20100101 Firefox/156.0"Due to this, filtering log entries is not reliable.
To Reproduce Unfortunately I do not know how to reproduce. I have compared the sites and changed to have the same settings (except name + certificate). The issue still exists.
Expected behavior In the access logs I always see the requested site.
Screenshots N/A
Info (please complete the following information):
- Server OS: debian 12
- Server Arch: x64
- Nginx UI Version: 2.5.10
- Your Browser: Firefox
Additional context n/a
Source: 0xJacky/nginx-ui