4 Commits

Author SHA1 Message Date
tyroot
8b6c6711be Pre Merge pull request !369 from tyroot/N/A 2025-03-10 03:45:51 +00:00
若依
a6bcebb62b !397 修复actuator暴漏问题
Merge pull request !397 from 威士忌的纯度/N/A
2025-03-10 03:45:34 +00:00
威士忌的纯度
1cb262daa3 修复actuator暴漏问题
Signed-off-by: 威士忌的纯度 <whr888888@vip.qq.com>
2025-03-07 10:22:52 +00:00
tyroot
830f728a7e update ruoyi-ui/package.json.
Signed-off-by: tyroot <wang.sq@aliyun.com>
2024-05-17 07:10:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ http {
}
# 避免actuator暴露
if ($request_uri ~ "/actuator") {
if ($uri ~ "/actuator") {
return 403;
}

View File

@@ -44,7 +44,7 @@
"element-ui": "2.15.14",
"file-saver": "2.0.5",
"fuse.js": "6.4.3",
"highlight.js": "9.18.5",
"highlight.js": "10.7.3",
"js-beautify": "1.13.0",
"js-cookie": "3.0.1",
"jsencrypt": "3.0.0-rc.1",