| Current Path : /etc/apache2/sites-enabled/ |
| Current File : //etc/apache2/sites-enabled/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>
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =softlogicx.ca [OR]
# RewriteCond %{SERVER_NAME} =www.softlogicx.ca
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
SSLCertificateFile /etc/letsencrypt/live/softlogicx.ca-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/softlogicx.ca-0001/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>