Advertisement
Guest User

Untitled

a guest
Jan 27th, 2014
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <VirtualHost XX.XXX.XX.XX:80>
  2. DocumentRoot /var/owncloud
  3. ServerName https://xx.xx.xx.xx/owncloud/
  4.  
  5. </virtualhost>
  6.  
  7. Alias /owncloud "/var/owncloud"
  8.  
  9. <Directory "/var/owncloud">
  10. Options Indexes MultiViews
  11. AllowOverride None
  12. Order allow,deny
  13. Allow from all
  14.  
  15. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement