为什么Nginx服务器无法启动?

为什么Nginx服务器无法启动?

我是 nginx 服务器的新手。我使用以下命令在 Ubuntu 操作系统上安装了 nginx

sudo apt-get install nginx

然后尝试使用以下命令启动 nginx Web 服务器

 sudo service nginx start

然后尝试通过输入 url http://http://192.168.1.120/(我的 IP 地址)在我的 Web 浏览器上打开 nginx Web 服务器。

但是显示的是空白页。我不知道我的程序是否有错误,有人能帮我修复吗?

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

相关内容