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