Current File : /var/lib/letsencrypt/backups/1753272697.315593/vertex_power-le-ssl.conf_0
<IfModule mod_ssl.c>
<VirtualHost *:443>
    ServerAdmin webmaster@localhost
    ServerName 13.200.72.161
    ServerAlias vertexpower.co.in

    DocumentRoot /var/www/html

    <Directory /var/www/html>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
        AddType text/html .shtml
        AddOutputFilter INCLUDES .shtml
        DirectoryIndex index.shtml index.html index.php
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/vertexpower.com_error.log
    CustomLog ${APACHE_LOG_DIR}/vertexpower.com_access.log combined

SSLCertificateFile /etc/letsencrypt/live/vertexpower.co.in/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/vertexpower.co.in/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>