<IfModule mod_ssl.c>
<VirtualHost *:80>
        ServerAdmin webmaster@localhost
        
        ServerName borealis.agency
        ServerAlias www.borealis.agency
        
        DocumentRoot /var/www/html
        <Directory /var/www/html/>
            Options FollowSymLinks
            AllowOverride All
            Require all granted
        </Directory>
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
</IfModule>