Created
October 3, 2010 09:21
-
-
Save gr4y/608427 to your computer and use it in GitHub Desktop.
This file contains 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
alias /sync "/media/disk/sync" | |
<Directory "/media/disk/sync"> | |
Dav On | |
Allow from all | |
</Directory> | |
# | |
# doesn't work with iWorks for iPad | |
# shame on apple | |
# | |
# Listen *:7963 | |
# <VirtualHost *:7963> | |
# DocumentRoot /media/disk/sync | |
# <Directory "/media/disk/sync"> | |
# Dav On | |
# Allow from all | |
# </Directory> | |
# </VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment