Updated Add a Virtual Host (markdown)

Plamen 2015-10-02 02:01:32 +03:00
commit e2f5a31b48

@ -46,6 +46,12 @@ For Apache, you can use a standard virtual host, as long as your server supports
DocumentRoot /var/www/phpci/public
ServerName phpci.vagrant
ServerAlias phpci.vagrant
<Directory /var/www/phpci/public/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/phpci-error_log
CustomLog ${APACHE_LOG_DIR}/phpci-access_log combined
</VirtualHost>