Skip to content

Instantly share code, notes, and snippets.

@slant
Created July 28, 2008 03:23
Show Gist options
  • Save slant/2833 to your computer and use it in GitHub Desktop.
Save slant/2833 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName dropbox.cylenceweb.com
DocumentRoot /opt/dropbox
<Directory "/opt/dropbox">
Options Indexes FollowSymLinks
AllowOverride None
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