1 Commits

Author SHA1 Message Date
刘继东
02cf6e1241 Pre Merge pull request !358 from 刘继东/N/A 2025-03-07 04:57:04 +00:00

View File

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