疯狂的狮子Li
2024-07-02 e942ffed710e923450d33e71870b0bd6df0069a9
script/docker/nginx/conf/nginx.conf
@@ -63,7 +63,7 @@
        # }
        # 限制外网访问内网 actuator 相关路径
        location ~ ^(/[^/]*)?/actuator(/.*)?$ {
        location ~ ^(/[^/]*)?/actuator.*(/.*)?$ {
            return 403;
        }