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