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