-
nginx log 확인Nginx 2022. 6. 29. 16:59
sudo tail -f /var/log/nginx/access.log sudo tail -f /var/log/nginx/error.log
f : 마지막부터 10라인을 출력
F : 파일을 실시간으로 보여주고, 파일이 변하게 됐을 시 새로운 파일을 열어 보여줌
n : n 만큼의 라인을 출력'Nginx' 카테고리의 다른 글
nginx 내장 변수 정리 (0) 2024.08.05 nginx http로 들어오면 강제 https로 전환 하기 (0) 2022.07.08 nginx permission 에러 ! (Failed (13: Permission denied) (0) 2022.06.29 socket() [::]:80 failed (97: Address family not supported by protocol) 에러! (0) 2022.06.29