请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

1回答

ustbhuangyi 2021-08-16 11:35:19

nginx -t 看看配置有没错误
curl 127.0.0.1:9002 看看能不能正常返回
配置完要执行 nginx -s reload 重启 nginx

0 回复 有任何疑惑可以回复我~
  • 提问者 farmer_code #1
    [root@iZwz9dkghamwjolg5bhaidZ ~]# nginx -t
    nginx: the configuration file /www/server/nginx/conf/nginx.conf syntax is ok
    nginx: configuration file /www/server/nginx/conf/nginx.conf test is successful
    [root@iZwz9dkghamwjolg5bhaidZ ~]# curl 127.0.0.1:9002
    curl: (7) Failed to connect to 127.0.0.1 port 9002: Connection refused
    
    有做重启操作,不能正常返回
    
    -------
    已运行npm run deploy 
     DONE  Build complete. The dist directory is ready to be deployed.
     INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
          
    nohup: appending output to 'nohup.out'
    回复 有任何疑惑可以回复我~ 2021-08-16 12:23:03
  • ustbhuangyi 回复 提问者 farmer_code #2
    那就是这个服务没有启动 127.0.0.1:9002
    检测一下这个端口号对不对,或者试试换小一点的端口号,比如 3000
    回复 有任何疑惑可以回复我~ 2021-08-16 13:59:19
  • 提问者 farmer_code 回复 ustbhuangyi #3
    之前是正确的,改成3000还是不行
    prod.server.js  const port = process.env.PORT || 3000
    回复 有任何疑惑可以回复我~ 2021-08-16 15:15:41
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信