Change ptaf user
This commit is contained in:
parent
f2de534734
commit
1126de8b59
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ func generateNginxConf(filePath string, config Config, ptafConfig string, existi
|
||||||
errorLogLevel = "debug"
|
errorLogLevel = "debug"
|
||||||
}
|
}
|
||||||
|
|
||||||
content := fmt.Sprintf(`#user ptaf;
|
content := fmt.Sprintf(`user ptaf;
|
||||||
master_process on;
|
master_process on;
|
||||||
worker_processes %d;
|
worker_processes %d;
|
||||||
worker_rlimit_nofile 1048576;
|
worker_rlimit_nofile 1048576;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue