计算机知识分享网

【nginx】nginx关闭access的日志,提高性能

直接在http模块中修改为关闭即可。
    #access_log  logs/access.log  main;
    access_log off;

#Nginx