vue项目部署在裸机Linux上运行正常,部署在docker中nginx出现下列错误

text
1
Nginx "rewrite or internal redirection cycle while internally redirecting to "/index.html"

表现在用户界面 500 Internal Server Error

image-20230518215938566

原因:nginx配置路径不对,改成正确的后恢复