=== 엣지 응답 헤더 전체 (Server: 가 누구인가) ===
HTTP/1.1 404 Not Found
Server: nginx/1.22.1
Date: Thu, 17 Sep 2026 04:29:13 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: 19
Connection: keep-alive
X-Content-Type-Options: nosniff


=== 엣지 응답 본문 ===
404 page not found

=== 문서 전제: which nginx 가 미설치 판정에 쓰인다. 설치된 지금 무엇이 나오나 ===
which nginx  -> (exit 1)
nginx -v     -> bash: line 3: nginx: command not found
sudo nginx -v-> nginx version: nginx/1.22.1
PATH         -> /usr/local/bin:/usr/bin:/bin:/usr/games
dpkg 판       -> 
=== nginx -t 를 세 번 더 — [warn] 이 정말 안 나오나 ===
0
0
0
