Guest User

Untitled

a guest
Feb 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName dropbox.cylenceweb.com
  3. DocumentRoot /opt/dropbox
  4.  
  5. <Directory "/opt/dropbox">
  6. Options Indexes FollowSymLinks
  7. AllowOverride None
  8. Order allow,deny
  9. Allow from all
  10. </Directory>
  11. </VirtualHost>
Add Comment
Please, Sign In to add comment