威士忌的纯度
2025-03-07 1cb262daa314eadc39c0ae85f269be48156a67b9
修复actuator暴漏问题

Signed-off-by: 威士忌的纯度 <whr888888@vip.qq.com>
1 files modified
2 ■■■ changed files
docker/nginx/conf/nginx.conf 2 ●●● patch | view | raw | blame | history
docker/nginx/conf/nginx.conf
@@ -29,7 +29,7 @@
        }
        # 避免actuator暴露
        if ($request_uri ~ "/actuator") {
        if ($uri ~ "/actuator") {
            return 403;
        }