若依
2025-03-10 a6bcebb62bebe88b256e2e42231e1bd7253f45ae
docker/nginx/conf/nginx.conf
@@ -29,7 +29,7 @@
        }
        # 避免actuator暴露
        if ($request_uri ~ "/actuator") {
        if ($uri ~ "/actuator") {
            return 403;
        }