diff --git a/docker/nginx/conf/nginx.conf b/docker/nginx/conf/nginx.conf index eccee523..031fa434 100644 --- a/docker/nginx/conf/nginx.conf +++ b/docker/nginx/conf/nginx.conf @@ -29,7 +29,7 @@ http { } # 避免actuator暴露 - if ($request_uri ~ "/actuator") { + if ($uri ~ "/actuator") { return 403; }