%PDF- %PDF-
| Direktori : /etc/apache2/sites-available/ |
| Current File : //etc/apache2/sites-available/beta1.gracafilmes.com.br-le-ssl.conf |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName beta1.gracafilmes.com.br
DocumentRoot /var/www/projetos/beta1.gracafilmes.com.br
<Directory /var/www/projetos/beta1.gracafilmes.com.br>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from 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} =beta.gracafilmes.com.br
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
SSLCertificateFile /etc/letsencrypt/live/beta1.gracafilmes.com.br/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/beta1.gracafilmes.com.br/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>