왜 Nginx 서버가 시작되지 않습니까?

왜 Nginx 서버가 시작되지 않습니까?

저는 nginx 서버를 처음 사용합니다. 다음 명령을 사용하여 Ubuntu 운영 체제에 nginx를 설치했습니다.

sudo apt-get install nginx

그런 다음 명령을 사용하여 nginx 웹 서버를 시작하려고 시도했습니다.

 sudo service nginx start

그런 다음 URL(내 IP 주소)을 입력하여 내 웹 브라우저에서 nginx 웹 서버를 열려고 했습니다 http://http://192.168.1.120/.

하지만 이것은 빈 페이지를 보여주고 있습니다. 내 절차에 실수가 있는지 모르겠습니다. 누구든지 이 문제를 해결하도록 도와줄 수 있습니까?

nginx  -t 

일부를 보여줍니다오류다음과 같이 :

[alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)
2016/09/09 12:01:37 [warn] 9035#0: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:1
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
2016/09/09 12:01:37 [emerg] 9035#0: open() "/run/nginx.pid" failed (13: Permission denied)
nginx: configuration file /etc/nginx/nginx.conf test failed

관련 정보