| Current Path : /var/www/magento.test.indacotrentino.com/conf/ |
| Current File : /var/www/magento.test.indacotrentino.com/conf/oldSSL |
<IfModule mod_ssl.c>
<VirtualHost *:443>
DocumentRoot /var/www/magento.test.indaco.store/www
ServerName magento.test.indaco.store
CustomLog /var/www/magento.test.indaco.store/log/access.log common
ErrorLog /var/www/magento.test.indaco.store/log/error.log
SSLCertificateFile /etc/letsencrypt/live/magento.test.indaco.store/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/magento.test.indaco.store/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>