Use the a2ensite tool to enable each site:
sudo a2ensite example.com.conf sudo service apache2 reload
The reload the command instructs the application to reload its configuration files.
Use the a2ensite tool to enable each site:
sudo a2ensite example.com.conf sudo service apache2 reload
The reload the command instructs the application to reload its configuration files.