当尝试运行时sudo apt install nginx
,我收到非常有用的错误:
Failed to start a high performance web server and a reverse proxy server.
当我运行时sudo nginx -t
,我得到:
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
因此我不知道如何调试或找出我的 nginx 出了什么问题。
有任何想法吗?
答案1
尝试:tail -f /var/log/nginx/error.log 并再次重新启动 nginx,并查看日志输出。
也许您已经安装了 apache2?端口 80 只能由一个 Web 服务器应用程序使用。