HOME


Mini Shell 1.0
DIR: /etc/apache2/sites-enabled/
Upload File :
Current File : //etc/apache2/sites-enabled/limehill-le-ssl.conf
<IfModule mod_ssl.c>
<Virtualhost *:443>
        ServerName http://limehill.nz
        ServerAlias limehill.nz
        DocumentRoot /var/www/limehill
        ServerAdmin bruceeeerhodes@gmail.com
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} =limehill.nz
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]


SSLCertificateFile /etc/letsencrypt/live/limehill.nz/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/limehill.nz/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</Virtualhost>
</IfModule>