[EC2] Nginx command

llunaB·2022년 2월 13일

deploy

목록 보기
5/7

nginx restart

sudo service nginx restart

nginx reload

sudo nginx -s reload

ngingx status check

sudo systemctl status nginx

nginx conf check

sudo nginx -t

nginx conf edit

sudo vi /etc/nginx/nginx.conf

sudo service nginx start
sudo service nginx stop
sudo service nginx restart

profile
안녕하세요. 성장하는 주니어 개발자입니다. :-)

0개의 댓글