192.168.33.10.xip.io.conf
!34
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName 192.168.33.10.xip.io
DocumentRoot /vagrant
# Uncomment this to proxy pass to fastcgi
# Assumes Apache 2.4 with mod_proxy_fcgi
# ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/vagrant/
<Directory /vagrant>
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/192.168.33.10.xip.io-error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/192.168.33.10.xip.io-access.log combined
</VirtualHost>