elunez / eladmin

eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
https://eladmin.vip/demo
Apache License 2.0
21.19k stars 7.34k forks source link

项目部署后被nginx拦截 具体配置如下 #697

Closed Kernel520 closed 2 years ago

Kernel520 commented 2 years ago

image

image image

TimberKito commented 2 years ago

将nginx中proxy_pass反向代理配置中url后面的/ 去掉试试

location /jhdj { proxy_pass http://jhdjapp; ... }

Kernel520 commented 2 years ago

已解决 是没有配置yml 文件应用context path导致的 感谢