프로그래밍/etc

nginx 재시작 명령어

sidongmen 2020. 11. 4. 00:44

진짜 짱

 

 

아래 명령어 중 하나를 사용하면 된다.

 

# /etc/init.d/nginx restart

 

# /etc/init.d/nginx reload

 

# service nginx restart

 

# service nginx reload