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