mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复 spring重大bug 导致 actuator 泄漏问题
This commit is contained in:
		@@ -63,7 +63,7 @@ http {
 | 
			
		||||
        # }
 | 
			
		||||
 | 
			
		||||
        # 限制外网访问内网 actuator 相关路径
 | 
			
		||||
        location ~ ^(/[^/]*)?/actuator(/.*)?$ {
 | 
			
		||||
        location ~ ^(/[^/]*)?/actuator.*(/.*)?$ {
 | 
			
		||||
            return 403;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user