Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit e158f0da authored by Nicolas Béjean's avatar Nicolas Béjean
Browse files

feat: Change permissions

parent 2adc43e2
No related branches found
No related tags found
No related merge requests found
......@@ -90,5 +90,9 @@ sudo cp /tmp/nginx.conf /etc/nginx/nginx.conf
sudo cp /tmp/default.conf /etc/nginx/conf.d/default.conf
sudo /usr/sbin/nginx -t && sudo service nginx restart
# Project Configuration
sudo usermod -aG www-data vagrant
sudo chown -R vagrant:www-data /var/www/html
cd $DIRECTORY
php artisan --version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment