Change ptaf user

This commit is contained in:
Magnus Root 2026-04-16 16:56:22 +03:00
parent f2de534734
commit 1126de8b59

View file

@ -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;