Hi @seodigitalma,
It seems you have some error in the Nginx logs about permissions:
2020/09/22 23:14:55 [error] 21976#0: *173 FastCGI sent in stderr: "PHP message: PHP Warning: imagejpeg(/opt/bitnami/apps/wordpress/htdocs/wp-content/uploads/elementor/thumbs/SEO-Certified-Trainer-ovuwtu51ku2p4wongtbxjunfug6eexivgplei4if9k.jpg): failed to open stream: Permission denied in /opt/bitnami/apps/wordpress/htdocs/wp-includes/class-wp-image-editor.php on line 489" while reading response header from upstream, client: 198.143.155.138, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/opt/bitnami/php/var/run/www.sock:", host: "myfreeseoservices.com", referrer: "http://44.235.238.136/"
Could you run the following commands?
sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/htdocs
sudo find /opt/bitnami/apps/wordpress/htdocs/ -type d -exec chmod 775 {} \;
sudo find /opt/bitnami/apps/wordpress/htdocs/ -type f -exec chmod 664 {} \;
sudo chmod 640 /opt/bitnami/apps/wordpress/htdocs/wp-config.php
I hope that helps you,
Ibone.