less than 1 minute read

Nginx 관리

OS

  • 센토스 기준

시작

systemctl start nginx  systemctl enable nginx

문법검사

nginx -t

설정파일 path

/etc/nginx/nginx.conf /etc/nginx/conf.d/default.conf

버전 확인

nginx -v

Categories:

Updated: