phpstarter-cli/vhost-template.conf

14 lines
348 B
Plaintext

<VirtualHost *:80>
ServerName PHPStarter.local
DocumentRoot /var/www/sites/PHPStarter/public
<Directory /var/www/sites/PHPStarter/public>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/PHPStarter-error.log
CustomLog ${APACHE_LOG_DIR}/PHPStarter-access.log combined
</VirtualHost>