Created
October 2, 2015 02:56
-
-
Save lpeabody/ca719222a9931d31e4f6 to your computer and use it in GitHub Desktop.
virtual host settings for revealjs autodeployment strategy
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> | |
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