Axsi Mini Shell
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName homeremedy.in
ServerAlias www.homeremedy.in
ServerAdmin info@homeremedy.in
DocumentRoot /var/www/html/homeremedy/public_html
ErrorLog /var/www/html/homeremedy/logs/error.log
CustomLog /var/www/html/homeremedy/logs/access.log combined
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/www.homeremedy.in/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.homeremedy.in/privkey.pem
</VirtualHost>
</IfModule>
<IfModule mod_ssl.c>
<VirtualHost *:80>
ServerName homeremedy.in
ServerAlias www.homeremedy.in
ServerAdmin info@homeremedy.in
DocumentRoot /var/www/html/homeremedy/public_html
ErrorLog /var/www/html/homeremedy/logs/error.log
CustomLog /var/www/html/homeremedy/logs/access.log combined
</VirtualHost>
</IfModule>