gpt4 book ai didi

laravel - localhost 无法加载应用程序 centos 服务器

转载 作者:行者123 更新时间:2023-12-04 19:31:15 31 4
gpt4 key购买 nike

尝试通过运行在实际服务器上启动 Laravel api 和 Nuxt 应用程序

lets say server IP is - 10.66.22.41

npm run dev
php artisan serve --port=8001
这显然适用于我的本地环境,但由于这是在实际服务器中,而且我对 Centos 不太熟悉,有什么我应该做的不同的吗?
当我运行 npm run serve我得到 http://localhost:3001/当我运行 php artisan serve --port=8001我得到 http://127.0.0.1:8001愚蠢的问题:
我应该如何在浏览器上访问它?

最佳答案

对于 Nuxt,在 package.json 中添加了您的脚本

  "scripts": {

"dev:host": "nuxt --host 'IP-Address' --port 3001",
}
跑:
dev:host": "nuxt --host 'IP-Address' --port 3001
对于 Laravel:
 php artisan serve --host=IP-Address  --port=8001
快速点,Khali 应该是最好的实践,但如果你想测试或你需要做的任何事情,就是这样。

关于laravel - localhost 无法加载应用程序 centos 服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64340381/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com