2025年4月9日
摘要: 1、部署后端IIS报错 HTTP Error 500.30 - ASP.NET Core app failed to start 通过事件查看器查看详细信息: 来源: IIS AspNetCore Module V2报错 错误1描述: Failed to start application '/LM 阅读全文
posted @ 2025-04-09 23:20 张彦山 阅读(122) 评论(0) 推荐(0)
摘要: 一、把文件夹dist打包后的文件夹移动到Nginx目录 打包命令:pnpm run build vue本地代理是没用的,要使用nginx 二、修改配置文件nginx.conf D:\tools\nginx-1.17.8 1、监听端口号 server { listen 8849; server_nam 阅读全文
posted @ 2025-04-09 14:03 张彦山 阅读(22) 评论(0) 推荐(0)