| Current Path : /etc/apache2/sites-enabled/ |
| Current File : //etc/apache2/sites-enabled/surf-le-ssl.conf |
<IfModule mod_ssl.c>
<VirtualHost *:443>
SetEnv TYPO3_CONTEXT Development
DocumentRoot /var/www/surf/TYPO3/public
ServerName surf.test.indacotrentino.com
CustomLog /var/www/surf/log/access.log common
ErrorLog /var/www/surf/log/error.log
SSLCertificateFile /etc/letsencrypt/live/surf.test.indacotrentino.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/surf.test.indacotrentino.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>