Skip to content

Instantly share code, notes, and snippets.

@jfranciscos4
Forked from fideloper/vhost.conf
Created May 1, 2014 23:05
Show Gist options
  • Save jfranciscos4/745d7089ae9951ebc301 to your computer and use it in GitHub Desktop.
Save jfranciscos4/745d7089ae9951ebc301 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName 192.168.33.10.xip.io
DocumentRoot /vagrant
<Directory /vagrant>
Options -Indexes +FollowSymLinks
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment