1 Commits

Author SHA1 Message Date
Mr.Gong
3a0b310b47 Pre Merge pull request !220 from Mr.Gong/N/A 2025-03-07 04:56:55 +00:00

View File

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