Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Nginx 명령어

-t

sudo nginx -t

nginx.conf 파일의 syntax check 하기 restart 하기 전에 먼저 검증 해보기

Start

Nginx does not start on its own. To get Nginx running, type:

...

Nginx 로그확인

루트 유저로 변경

sudo su -

로그 폴더로 이동

cd /var/log/nginx

...