Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. 'trusted_domains' =>
  2. array (
  3. 0 => 'localhost',
  4. 1 => '10.0.0.0/16',
  5. 2 => 'aa.bb.cc.dd',
  6. ),
  7.  
  8. <Directory /var/www/http/owncloud/>
  9. Options Indexes FollowSymLinks MultiViews
  10. AllowOverride none
  11. Order Allow, Deny
  12. Deny from all
  13. Allow from 10.0.0.0/16
  14. Allow from aa.bb.cc.dd
  15. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement