webeindustry
On the server instance I am using the folder path and the user are in reverse order.
chown www-data /var/www/35.167.169.85/
chown www-data /var/www/35.167.169.85/assets/ -R
chown www-data /var/www/35.167.169.85/storage/ -R
Worked for me.
Because of the other command I used which opened up everything to web, is there a way I can verify any sensitive files are still accessible?
I tried to access config.php but got a blank page. I tried wget config.php and only got a 0 byte blank file. I think im good?
Thank you again for your expertise.