Преглед изворни кода

fix 修复 spring重大bug 导致 actuator 泄漏问题

疯狂的狮子Li пре 11 месеци
родитељ
комит
4f9ceb0a80
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      script/docker/nginx/conf/nginx.conf

+ 1 - 1
script/docker/nginx/conf/nginx.conf

@@ -63,7 +63,7 @@ http {
         # }
 
         # 限制外网访问内网 actuator 相关路径
-        location ~ ^(/[^/]*)?/actuator(/.*)?$ {
+        location ~ ^(/[^/]*)?/actuator.*(/.*)?$ {
             return 403;
         }