mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-12-16 01:00:18 +08:00
修复actuator暴漏问题
This commit is contained in:
@@ -29,7 +29,7 @@ http {
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user