Search

서버 관련 명령어

생성자
생성 일시
2023/09/28 10:22
url
태그
서버 / 배포
2 more properties
// nginx sudo service nginx start sudo service nginx restart sudo service ngnix status // redis sudo service redis6 start sudo service redis6 status // 실행중인 애플리케이션 로그 확인 (app/deploy 에서) sudo tail -f application.log // 실행중인 애플리케이션 배포 로그 확인 (app/deploy 에서) sudo tail -f deploy.log // 실행중인 애플리케이션 에러 로그 확인 (app/deploy 에서) sudo tail -f error.log
Plain Text
복사