%PDF- %PDF-
| Direktori : /etc/apache2/sites-enabled/ |
| Current File : //etc/apache2/sites-enabled/stb.ind.br-le-ssl.conf |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName stb.ind.br
ServerAlias www.stb.ind.br
ServerAdmin webmaster@ongrace.com
DocumentRoot /var/www/projetos/stb.ind.br
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/projetos/stb.ind.br>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/stb.ind.br/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/stb.ind.br/privkey.pem
</VirtualHost>
</IfModule>