mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-05-31 09:09:02 +00:00
修复actuator暴漏问题
Signed-off-by: 威士忌的纯度 <whr888888@vip.qq.com>
This commit is contained in:
parent
8c096cba8d
commit
1cb262daa3
@ -29,7 +29,7 @@ http {
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user