설치
설치
설치
설치
sudo apt install nginx |
기동 / 종료
기동
sudo systemctl start nginx |
종료
sudo systemctl stop nginx |
재기동
sudo systemctl restart nginx |
시스템 재기동시 자동 실행
자동 실행
sudo systemctl enable nginx |
자동실행 종료
sudo systemctl disable nginx |
sudo apt install nginx |
sudo systemctl start nginx |
sudo systemctl stop nginx |
sudo systemctl restart nginx |
sudo systemctl enable nginx |
sudo systemctl disable nginx |