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