diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-22 10:55:40 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-22 10:55:40 +0000 |
commit | 3c7435decaec4c90fd39f4ebfeb0ea1d750755d4 (patch) | |
tree | 1a58719ceea4a69adbf7b1a6e2b6cdab89285cf2 | |
parent | 4ca745668ebe68dcbc60857ac73ec92a1dbae01c (diff) |
nginx.conf add comment
-rw-r--r-- | etc/nginx/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index ebfd925a..4dc30020 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -1,5 +1,6 @@ #user http; +# https://freenginx.org/en/docs/ngx_core_module.html#worker_processes worker_processes auto; #error_log logs/error.log; |