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

관련 글