AprilWind
2024-07-19 82fdb37c6b54fe591b04fea23b46a997921015fc
script/docker/nginx/conf/nginx.conf
@@ -63,7 +63,7 @@
        # }
        # 限制外网访问内网 actuator 相关路径
        location ~ ^(/[^/]*)?/actuator(/.*)?$ {
        location ~ ^(/[^/]*)?/actuator.*(/.*)?$ {
            return 403;
        }