%PDF- %PDF-
Direktori : /proc/self/root/etc/apache2/sites-available/ |
Current File : //proc/self/root/etc/apache2/sites-available/spanish.ongrace.com.conf |
<VirtualHost *:80> ServerName spanish.ongrace.com Redirect permanent / https://spanish.ongrace.com/ RewriteEngine on RewriteCond %{SERVER_NAME} =spanish.ongrace.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> <VirtualHost *:443> ServerName spanish.ongrace.com ServerAdmin webmaster@ongrace.com DocumentRoot /var/www/projetos/spanish.ongrace.com # <Directory /var/www/projetos/spanish.ongrace.com> # Options Indexes FollowSymLinks MultiViews # AllowOverride All # Order allow,deny # allow from all # </Directory> ErrorLog ${APACHE_LOG_DIR}/error-spanish.ongrace.com.log CustomLog ${APACHE_LOG_DIR}/access-spanish.ongrace.com.log combined SSLEngine on SSLCertificateFile /etc/letsencrypt/live/spanish.ongrace.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/spanish.ongrace.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf </VirtualHost>