Easy Engine Access Logs

I have a tracker (CPVLab) installed and have no need of access logs. How do I disable the feature? Thanks in advance

Hello @jims45

To disable this feature you need to edit the following configuration

  • /etc/nginx/nginx.conf
  • ee site edit example.com

and comment (using # ) or remove the line following access_log

1 Like

Hi @jims45 you can turn off the access log of your site by setting :

access_log off;

in the sever block of your site-specific nginx configuration .

1 Like

Thanks guys…worked perfectly!

Hello @jims45

I hope your query is resolved. I am closing this support topic for now.

Feel free to create a new support topic if you have any queries further. :slight_smile: