Accorder les bonnes permissions à wordpress
1chown -R www-data:www-data ./
2find ./ -type d -exec chmod 755 {} +
3find ./ -type f -exec chmod 644 {} +
1chown -R www-data:www-data ./
2find ./ -type d -exec chmod 755 {} +
3find ./ -type f -exec chmod 644 {} +