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
...
Table of Contents |
---|
...
sudo nginx -t
nginx.conf 파일의 syntax check 하기 restart 하기 전에 먼저 검증 해보기
Nginx does not start on its own. To get Nginx running, type:
...
sudo su
-
cd /var/log/nginx
...