Pre Merge pull request !397 from 威士忌的纯度/N/A

pull/397/MERGE
威士忌的纯度 7 months ago committed by Gitee
commit 1b3cf83042
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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

Loading…
Cancel
Save