Skip to content

Instantly share code, notes, and snippets.

@coderdiaz
Created May 2, 2015 22:24
Show Gist options
  • Save coderdiaz/2bb46fb08bba52aa0281 to your computer and use it in GitHub Desktop.
Save coderdiaz/2bb46fb08bba52aa0281 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@admin
DocumentRoot /var/www/myproject.dev/public_html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
@coderdiaz
Copy link
Author

En el archivo host agregue la linea siguiente: 127.0.0.1 myproject.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment