wordpress' media library UI
I uploaded the uploads directory for wordpress…
scp -r /Users/localuser/Desktop/uploads/2019 root@remoteip:/var/www/wordpress/wp-content/uploads/2019
then , on remote, was assigned to root. so I…
chown -R www-data:www-data /var/www/wordpress/wp-content/uploads/2019
then….
sudo service apache2 restart
still unable to see images in wordpress' media library UI