vhost

🧩 Syntax:
<VirtualHost *:80>
	ServerAdmin roman.techanovich@gmail.com
	ServerAlias platform.test
	DocumentRoot /home/romteh/projects/platform.test

	<Directory "/home/romteh/projects/platform.test">
		Options Indexes FollowSymLinks MultiViews
        	AllowOverride All
        	Require all granted	
	</Directory>
	
	ErrorLog ${APACHE_LOG_DIR}/platform.test-error.log
	CustomLog ${APACHE_LOG_DIR}/platform.test-access.log combined
</VirtualHost>