Discourse not loading with Apache and proxy redirect

the step

a2ensite community.yoursite.com

might not have gone well then, might need a sudo.

sudo ln -s /etc/apache2/sites-available/community.yoursite.com.conf /etc/apache2/sites-enabled/

should also do it.
then

sudo apachectl configtest

and fingers cross

sudo systemctl restart apache2