疯狂的狮子Li
2022-07-09 ac1d7aa69f66ec02f2909dd16b7e1ce6e68611b9
script/docker/nginx/nginx.conf
@@ -62,6 +62,11 @@
        #     return 200 '{"msg":"演示模式,不允许操作","code":500}';
        # }
        # 限制外网访问内网 actuator 相关路径
        location ~ ^(/[^/]*)?/actuator(/.*)?$ {
            return 403;
        }
        location / {
            root   /usr/share/nginx/html;
            try_files $uri $uri/ /index.html;