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