%PDF-
%PDF-
Mini Shell
Mini Shell
<VirtualHost *:80>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R=301,L]
</virtualhost>
<VirtualHost *:443>
ServerName jornalshowdafe.com.br
ServerAlias www.jornalshowdafe.com.br
ServerAdmin webmaster@ongrace.com
DocumentRoot /var/www/projetos/prod.jornalshowdafe.com.br
ErrorLog ${APACHE_LOG_DIR}/error-prod.jornalshowdafe.log
CustomLog ${APACHE_LOG_DIR}/access-prod.jornalshowdafe.log combined
SSLEngine on
SSLCertificateFile /etc/apache2/certificate/jsf_certificate.crt
SSLCertificateKeyFile /etc/apache2/certificate/jsf_private.key
</VirtualHost>
Zerion Mini Shell 1.0