---
title: 关闭access_log日志
description: "写日志会影响性能，因此关闭该功能。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengwebs/ecosystemEnable/Nginx/kunpengnginx_05_0019.html
sourcePath: /source/zh/kunpengwebs/ecosystemEnable/Nginx/kunpengnginx_05_0019.html
indexId: 965ef1cc0e8670be03d75e5e35608b8f342b49691626e814193958bc718063a670
---
# 关闭access_log日志

#### 目的

写日志会影响性能，因此关闭该功能。

该设置对HTTPS场景有较大帮助，对HTTP场景帮助不大。


#### 方法

1. 打开Nginx配置文件nginx.conf。
2. 按“i”进入编辑模式，在HTTPS场景中增加参数“access_log off;”。
3. 按“Esc”键，输入:wq!，按“Enter”保存并退出编辑。
