vim /etc/nginx/nginx.conf
Change directives:
access_log off;
error_log off;
…and restart nginx. If you have “service” package this is done with
service nginx restart
vim /etc/nginx/nginx.conf
Change directives:
access_log off;
error_log off;
…and restart nginx. If you have “service” package this is done with
service nginx restart