Created
November 21, 2019 05:32
-
-
Save scoumbourdis/793449ad89cacf9da4933d422bad02b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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