Created
August 25, 2018 21:25
-
-
Save escribano/34f2c4f21a980c2f81923ddcfb811bb5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 "/Users/rwaterbury/Development/sandbox/famous/slideshow" | |
| ServerName famous.slideshow.local | |
| ErrorLog "/Users/rwaterbury/Development/sandbox/famous/slideshow.local-error_log" | |
| CustomLog "/Users/rwaterbury/Development/sandbox/famous/slideshow.local-access_log" common | |
| <Directory "/Users/rwaterbury/Development/sandbox/famous/slideshow"> | |
| AllowOverride All | |
| Require all granted | |
| </Directory> | |
| </VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment