Hi there - any idea how to enable these or why they might be empty? Error logs are there and fine.
Hi @Demarcs
Those logs should be already enabled.
If you are using Nginx+Apache2, logs for both web servers use the same file.
/var/log/apache2/domains/YourDomain.log
Just in case, check Nginx and Apache2 conf for your domain (replace YourUser
and YourDomain
by the actual data):
grep -rE '(access_log|CustomLog).*combined' /home/YourUser/conf/web/YourDomain | sort