journalctl -u nginx --since today

Category: Web Servers & Proxies

journalctl -u nginx --since today

Show today's systemd log entries for nginx

Filters the journal to messages from the nginx unit since midnight, skipping older noise. Add -f to follow new lines as they arrive, or -p err to see only errors. For live tailing, journalctl -u nginx -f is the usual choice.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.