Skip to content

Instantly share code, notes, and snippets.

@escribano
Created August 25, 2018 21:25
Show Gist options
  • Select an option

  • Save escribano/34f2c4f21a980c2f81923ddcfb811bb5 to your computer and use it in GitHub Desktop.

Select an option

Save escribano/34f2c4f21a980c2f81923ddcfb811bb5 to your computer and use it in GitHub Desktop.
<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