From 1126de8b5973dcec5c6d8b846d5f6c25d6717e1b Mon Sep 17 00:00:00 2001 From: Magnus Root Date: Thu, 16 Apr 2026 16:56:22 +0300 Subject: [PATCH] Change ptaf user --- containers_part2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers_part2.go b/containers_part2.go index ab47475..007e61c 100644 --- a/containers_part2.go +++ b/containers_part2.go @@ -439,7 +439,7 @@ func generateNginxConf(filePath string, config Config, ptafConfig string, existi errorLogLevel = "debug" } - content := fmt.Sprintf(`#user ptaf; + content := fmt.Sprintf(`user ptaf; master_process on; worker_processes %d; worker_rlimit_nofile 1048576;