1 Commits

Author SHA1 Message Date
tyroot
18a56b3edf Pre Merge pull request !369 from tyroot/N/A 2025-03-07 04:57:06 +00:00

View File

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