Update nginx.conf

This commit is contained in:
jiangrui
2025-03-15 11:54:36 +08:00
parent 1601364f3f
commit 82048c3b73

View File

@@ -1,5 +1,5 @@
# nginx.conf
user nginx; # 定义 Nginx 进程的运行用户
user root; # 定义 Nginx 进程的运行用户
worker_processes 1; # 设置 Nginx 进程数
events {