<IfModule mod_ssl.c>
<VirtualHost *:443>
    ServerAdmin hello@validakey.com
    ServerName oab.validakey.com
    DocumentRoot /var/www/oab.validakey.com/public

    <Directory /var/www/oab.validakey.com/public>
        Options -Indexes +FollowSymLinks
        AllowOverride All
        Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/oab.validakey.com-error.log
    CustomLog ${APACHE_LOG_DIR}/oab.validakey.com-access.log combined

    # SSLCertificateFile / etc paths filled by certbot
    # Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>
