Add or modify the following in your sites-enabled / available and restart apache2
<VirtualHost *:80>
ServerName YourServer
Redirect permanent / https://www.yourdomain.com/
</VirtualHost>
Add or modify the following in your sites-enabled / available and restart apache2
<VirtualHost *:80>
ServerName YourServer
Redirect permanent / https://www.yourdomain.com/
</VirtualHost>