I have installed VestaCP on my VPS with Apache + Nginx reverse proxy and am using Debian-10 operating system. I want to disable access logging as the file size grows very quickly.
In nginx.conf file, I have
access_log off;
I have also commented out access_log in the virtual host file of the domain. But it still logs all accesses to the access_log file. How can I disable it?