Skip to content

Instantly share code, notes, and snippets.

@Chavao
Created February 21, 2013 17:37
Show Gist options
  • Save Chavao/5006576 to your computer and use it in GitHub Desktop.
Save Chavao/5006576 to your computer and use it in GitHub Desktop.
Configuração de Virtual host no Apache
<VirtualHost *:80>
DocumentRoot /var/site.com.br
ServerName site.com.br
ServerAlias www.site.com.br
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment