Compare commits
4 Commits
d7a11a875c
...
b07f6453dc
| Author | SHA1 | Date |
|---|---|---|
|
|
b07f6453dc | |
|
|
a6bcebb62b | |
|
|
1cb262daa3 | |
|
|
7524f25e58 |
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#! /bin/sh
|
||||
|
||||
# 使用说明,用来提示输入参数
|
||||
usage() {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ http {
|
|||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue