Compare commits

...

4 Commits

Author SHA1 Message Date
runphp a297c7b151
Pre Merge pull request !270 from runphp/N/A 2025-03-10 03:45:44 +00:00
若依 a6bcebb62b
!397 修复actuator暴漏问题
Merge pull request !397 from 威士忌的纯度/N/A
2025-03-10 03:45:34 +00:00
威士忌的纯度 1cb262daa3
修复actuator暴漏问题
Signed-off-by: 威士忌的纯度 <whr888888@vip.qq.com>
2025-03-07 10:22:52 +00:00
runphp eded6e51fd
fix: file.delete返回值被忽略
Signed-off-by: runphp <runphp@qq.com>
2022-10-22 08:54:39 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ http {
}
# 避免actuator暴露
if ($request_uri ~ "/actuator") {
if ($uri ~ "/actuator") {
return 403;
}