목록재실행 (1)
컴공생의 다이어리
Nginx 명령어 - 실행, 재실행, 중단, 상태보기
Nginx 명령어 Nginx 실행 service nginx start sudo service nginx start sudo systemctl start nginx Nginx 재실행 service nginx restart sudo service nginx restart sudo systemctl restart nginx Nginx 중단 service nginx stop sudo service nginx stop sudo systemctl stop nginx Nginx 상태보기 service nginx status sudo service nginx status ps -ef | grep nginx https://velog.io/@jinho_pca/Nginx-%EB%AA%85%EB%A0%B9%EC%96%B4 N..
Development/Network & Web
2021. 10. 24. 00:01