Created
July 29, 2014 18:49
-
-
Save fbartels/0e7f4980e921d034675c to your computer and use it in GitHub Desktop.
Apache vHost of all you local zarafa msi files (directory is used for Zarafa auto-update mechanism)
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
| Alias /zarafa-client /var/lib/zarafa/client/ | |
| <Directory /var/lib/zarafa/client/> | |
| Options Indexes FollowSymLinks MultiViews | |
| AllowOverride None | |
| Order allow,deny | |
| allow from all | |
| </Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment