How can I set EC2 ownership permissions that allow me to update WordPress and modify files via FTP? – Apache
I have an AWS EC2 (Ubuntu Server 18.04 LTS (HVM), SSD Volume Type) on Apache with a working WordPress site on it. If I run sudo chown -R ubuntu:ubuntu /var/www/html, then I can edit files via SFTP and save them,…