gpt4 book ai didi

reactjs - NGINX 和 React :net::ERR_ABORTED 404

转载 作者:行者123 更新时间:2023-12-05 07:27:24 24 4
gpt4 key购买 nike

我用 create-react-app 创建了一个 react demo,它运行在 http://localhost:3000,我使用 NGINX 作为反向代理,nginx.conf 是这样的:

server {
listen 3001;
server_name localhost;


location / {
proxy_pass http://localhost:3000;
}


location /api {
proxy_pass http://192.168.33.3:8080;
}

}

当我访问http://localhost:3001时,出现错误:

![clipboard.png](/img/bVblSu5)

我该怎么办?

最佳答案

尝试在您的服务器中添加 root 指向 react 包:

server {
root /var/www/html/bundle
}

关于reactjs - NGINX 和 React :net::ERR_ABORTED 404,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53972132/

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