docker容器nginx启动自动退出问题
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
经过几次docker安装nginx自动退出,都是配置的问题,不是nginx.conf就是子.conf的语法错误。所以,一定要看错误日志。日志已经给了错误原因。
第一次:是window下conf复制到linux:
1.error_log /var/log/nginx/error.log warn;
2.pid /var/run/nginx.pid;
3.include /etc/nginx/conf.d/*.conf;
以上配置没有修改
第二次是:配置静态资源没有加上分号
每个人错误不一样,都要去看日志,这很重要
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献4条内容
所有评论(0)