После развертывания веб-приложения я получаю 500 ошибок, появляется следующая ошибка:
#1 /var/www/gabrielgb.es/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/var/www/gabrie...', '<?php $__env->s...', 0)
#2 /var/www/gabrielgb.es/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(122): Illuminate\Filesystem\Filesystem->put('/var/www/gabrie...', '<?php $__env->s...')
#3 /var/www/gabrielgb.es/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(51): Illuminate\View\Compilers\BladeCompiler->compile('/var/www/gabrie...')
#4 /var/www/gabrielgb.es/vendor/larave...
PHP message: PHP Fatal error: Uncaught ErrorException: file_put_contents(/var/www/gabrielgb.es/storage/framework/views/19e7e3b2e87a6fea9c23327a9ff41e59e6f424c9.php): failed to open stream: Permission denied in /var/www/gabrielgb.es/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122
Stack trace:
#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_put_conten...', '/var/www/gabrie...', 122, Array)
#1 /var/www/gabrielgb.es/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/var/www/gabrie...', '<?php $__env->s...', 0)
#2 /var/www/gabrielgb.es/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(122): Illuminate\Filesystem\Filesystem->put('/var/www/gabrie...', '<?php $__env->s...')
#3 /var/www/gabrielgb.es/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(51): Illuminate\View\Compilers\BladeCompiler->co
afaik, это проблема с разрешениями, но я не понимаю, почему я получаю это, поскольку я дал 775 разрешений для папок начальной загрузки и sorage, как вы можете видеть здесь:
https://i.imgur.com/grxzO0B.png
https://i.imgur.com/QKVcDQV.png
Я использую digitalocean VPS и nginx в качестве веб-сервера.
Что я делаю не так ??