码迷,mamicode.com
首页 > 其他好文 > 详细

centos7下部署node应用程序

时间:2018-10-11 16:58:13      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:blog   错误   系统   程序   err   htm   ali   应用   invalid   

一、安装node

二、安装nginx

三、使用express写一个简单的demo,并且使用pm2部署

四、错误

invalid PID number "" in "/run/nginx.pid"

五、解决办法

在重启云主机(系统)之后,执行 nginx -t 是OK的,然而在执行 nginx -s reload 的时候报错

nginx: [error] invalid PID number “” in “/run/nginx.pid”

经过查找,找到http://www.cnblogs.com/yuqianwen/p/4285686.html

需要先执行

nginx -c /etc/nginx/nginx.conf

nginx.conf文件的路径可以从nginx -t的返回中找到。

nginx -s reload

centos7下部署node应用程序

标签:blog   错误   系统   程序   err   htm   ali   应用   invalid   

原文地址:https://www.cnblogs.com/minrh/p/9772857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!