nginx Data List

/ 목차 /
- 상태확인
- 시작
- 정지
- 재시작
- 리로드
상태확인
systemctl status nginx시작
systemctl start nginx정지
systemctl stop nginx재시작
systemctl restart nginx리로드
systemctl reload nginx
Comment

상태확인
systemctl status nginx시작
systemctl start nginx정지
systemctl stop nginx재시작
systemctl restart nginx리로드
systemctl reload nginx