=== 1단계 출발점 워커 PID (문서대로 test-server) ===
(랩 호스트에서는 빈손이다)
--- 엣지에서
   1065       1   11186 Thu Sep 17 04:27:39 2026 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
   1106    1065   11177 Thu Sep 17 04:27:49 2026 nginx: worker process

=== 5단계 훅 파일을 만든다 ===
#!/bin/sh
nginx -t && nginx -s reload

=== 6단계 설치 ===
exit=0

=== 7단계 제자리에 있나 ===
total 4
-rwxr-xr-x 1 root root 38 Sep 17 07:34 reload-nginx.sh

=== 8단계 손으로 한 번 돌린다 ===
exit=0
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
2026/09/17 07:34:08 [notice] 2361#2361: signal process started

=== 8단계 뒤 워커 PID 재측정 ===
   1065       1   11189 Thu Sep 17 04:27:39 2026 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
   2362    1065       0 Thu Sep 17 07:34:08 2026 nginx: worker process
