0

Where is the placement of process name ("nginx") definition in sources files? I would like to rename from "nginx" to "nginx1101".

adampweb
  • 1,135
  • 1
  • 9
  • 19

1 Answers1

0

It's in src/os/unix/ngx_setproctitle.c:ngx_setproctitle().

GERBIL
  • 16