Give execute permissions to folders

nginx returns 403 for every url on app/public/storage because of the strict permissions.
pull/5765/head
Raphael Lullis 2 months ago committed by Raphael Lullis
parent 5340649d04
commit 5d9d4e7e12

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

Loading…
Cancel
Save