Compare commits
4 Commits
8b406a14dc
...
a297c7b151
| Author | SHA1 | Date |
|---|---|---|
|
|
a297c7b151 | |
|
|
a6bcebb62b | |
|
|
1cb262daa3 | |
|
|
eded6e51fd |
|
|
@ -29,7 +29,7 @@ http {
|
|||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue