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