问题描述:将webpack打包的react前端部署到nginx上,发现出现403 Forbidden错误

nginx出现403 Forbidden错误

 

解决方案:修改nginx.conf文件,添加user root;配置

nginx出现403 Forbidden错误

 

相关文章: