Updated Add a Virtual Host (markdown)
parent
2f316835ed
commit
e2f5a31b48
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue