translate chinese comment into english

This commit is contained in:
david_bai
2025-06-21 16:56:26 +08:00
parent 77d6f5ae7f
commit 18fad98cbd
9 changed files with 160 additions and 160 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#运行用户,需要给文件目录访问权限
# The user that nginx runs as, needs file directory access permissions
user root;
#启动进程,通常设置成和cpu的数量相等
# The number of worker processes, usually set to be equal to the number of CPUs
# worker_processes 1;
worker_processes auto;
pid /run/nginx.pid;