Skip to content

Instantly share code, notes, and snippets.

@lpeabody
Created October 2, 2015 02:56
Show Gist options
  • Save lpeabody/ca719222a9931d31e4f6 to your computer and use it in GitHub Desktop.
Save lpeabody/ca719222a9931d31e4f6 to your computer and use it in GitHub Desktop.
virtual host settings for revealjs autodeployment strategy
<VirtualHost *:80>
ServerName reveal.dev
ServerAlias *.reveal.dev
VirtualDocumentRoot /Users/les.peabody/presentations/%1
<Directory /Users/les.peabody/presentations/*>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment