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