Your IP : 216.73.216.91


Current Path : /etc/apache2/sites-available/
Upload File :
Current File : //etc/apache2/sites-available/llcf_new-le-ssl.conf

<IfModule mod_ssl.c>
<VirtualHost *:443>
    ServerName llcf.soireesbywefix.com

    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html/LLCF-APP/public

    ProxyPreserveHost On
    RequestHeader set X-Forwarded-Proto "https"
    ProxyPass / http://127.0.0.1:8000/
    ProxyPassReverse / http://127.0.0.1:8000/

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    RewriteEngine on
    SSLCertificateFile /etc/letsencrypt/live/llcf.soireesbywefix.com/fullchain.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/llcf.soireesbywefix.com/privkey.pem
    Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>