nginx

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

관련 글

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다