Your IP : 127.0.0.1


Current Path : /home/
Upload File :
Current File : /home/destoffenstraat.com-le-ssl.conf

<IfModule mod_ssl.c>
<VirtualHost *:4443>
        ServerAdmin   info@destoffenstraat.com
 #       DocumentRoot /home/dev2.destoffenstraat.com
        ServerName  destoffenstraat.com
        ServerAlias  www.destoffenstraat.com
#        <Directory  /home/dev2.destoffenstraat.com >
#               Options Indexes FollowSymLinks MultiViews
#                AllowOverride all
#                Order allow,deny
#                allow from all
#               Require all granted 
#        </Directory>


 ProxyPreserveHost On
    ProxyPass / http://127.0.0.1:80/
    ProxyPassReverse / http://127.0.0.1:80/
#RequestHeader set X-Forwarded-Port "443"
#RequestHeader set X-Forwarded-Proto "https"



        ErrorLog  /var/log/apache2/destoffenstraat.com-error.log
        CustomLog /var/log/apache2/destoffenstraat.com-access.log common

                SSLCertificateFile      /etc/ssl/certs/destoffenstraat.crt
                SSLCertificateKeyFile /etc/ssl/private/destoffenstraat.key
#                SSLCertificateChainFile /etc/ssl/certs/destoffenstraat-int.crt

#Include /etc/letsencrypt/options-ssl-apache.conf
#SSLCertificateFile /etc/letsencrypt/live/dev2.destoffenstraat.com/fullchain.pem
#SSLCertificateKeyFile /etc/letsencrypt/live/dev2.destoffenstraat.com/privkey.pem
</VirtualHost>
</IfModule>