# curl -I http://eond.com
이렇게 하면 content-length 도 확인할 수가 있다고 하는데,
HTTP/1.1 200 OK
Server: nginx/1.11.10
Date: Tue, 07 Mar 2017 11:19:46 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Set-Cookie: PHPSESSID=f49cfem0pv7lt277ppgs7e7om6; path=/
Set-Cookie: mobile=false; path=/
Set-Cookie: user-agent=440fde6839733c2e502541ca4a8aa431; path=/
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Tue, 07 Mar 2017 11:19:46 GMT
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
저는 이렇게만 나오네요;;
curl 말고 httpie 도 설치해봤지만 비슷하고요;
참조1) 링크 보고 upstream 오류가 나서 수정해볼려고 하는데 ㅠㅠ
한줄요약, curl 로 content-length를 확인해보려고 하는데 안나와요, 왜 그럴까요 ㅠ
참조
1) http://digndig.kr/nginx/636/
2) http://neuromancer.kr/t/curl/120
3) https://www.lesstif.com/pages/viewpage.action?pageId=28606741
4) https://www.lesstif.com/pages/viewpage.action?pageId=14745703#curl설치및사용법-HTTPGET/POST,RESTAPI연계등-설치