mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-08 18:01:56 +08:00
Compare commits
4 Commits
aee6e96ee6
...
a65ceb6886
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a65ceb6886 | ||
|
|
a6bcebb62b | ||
|
|
1cb262daa3 | ||
|
|
3f6f732061 |
@@ -29,7 +29,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# 避免actuator暴露
|
# 避免actuator暴露
|
||||||
if ($request_uri ~ "/actuator") {
|
if ($uri ~ "/actuator") {
|
||||||
return 403;
|
return 403;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user