ソースを参照

Merge pull request #5765 from mushroomlabs/4275_fix_display_of_uploaded_images

[Bug Fix] Give execute permissions to folders
daniel 4 ヶ月 前
コミット
a25b482a7a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      config/filesystems.php

+ 1 - 1
config/filesystems.php

@@ -53,7 +53,7 @@ return [
                 ],
                 'dir' => [
                     'public' => 0755,
-                    'private' => 0700,
+                    'private' => 0711,
                 ],
             ],
         ],