Your IP : 216.73.216.91


Current Path : /etc/apache2/sites-enabled/
Upload File :
Current File : //etc/apache2/sites-enabled/llcf_new.conf

<VirtualHost *:80>
	ServerName llcf.soireesbywefix.com
	ServerAdmin webmaster@localhost
	DocumentRoot /var/www/html/LLCF-APP/public

        ProxyPreserveHost On
   	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
	RewriteCond %{SERVER_NAME} =soireesbywefix.com
	RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>