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