Skip to content

Instantly share code, notes, and snippets.

@scoumbourdis
Created November 21, 2019 05:32
Show Gist options
  • Save scoumbourdis/793449ad89cacf9da4933d422bad02b0 to your computer and use it in GitHub Desktop.
Save scoumbourdis/793449ad89cacf9da4933d422bad02b0 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "/var/www/my-test-project/public"
ServerName my-test-project.local
ServerAlias www.my-test-project.local
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment