forked from fediversity/fediversity
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			575 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			575 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff --git a/config/filesystems.php b/config/filesystems.php
 | 
						|
index 00254e93..fc1a58f3 100644
 | 
						|
--- a/config/filesystems.php
 | 
						|
+++ b/config/filesystems.php
 | 
						|
@@ -49,11 +49,11 @@ return [
 | 
						|
             'permissions' => [
 | 
						|
                 'file' => [
 | 
						|
                     'public' => 0644,
 | 
						|
-                    'private' => 0600,
 | 
						|
+                    'private' => 0640,
 | 
						|
                 ],
 | 
						|
                 'dir' => [
 | 
						|
                     'public' => 0755,
 | 
						|
-                    'private' => 0700,
 | 
						|
+                    'private' => 0750,
 | 
						|
                 ],
 | 
						|
             ],
 | 
						|
         ],
 |