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