nginx 작성일자 2024년 03월 14일2024년 10월 23일 글쓴이 idz sudo apt install nginx sudo ufw allow 'Nginx Full' 시작, 정지 시작. systemctl start nginx 정지 systemctl stop nginx 재시작 systemctl restart nginx 재로드 systemctl reload nginx 부팅 시 자동으로 시작 및 취소 systemctl enable nginx systemctl disable nginx