Guest User

Untitled

a guest
Jun 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. ServerName ###
  4. ServerAlias ###
  5. DocumentRoot ###
  6. <Directory />
  7. Options FollowSymLinks
  8. AllowOverride None
  9. </Directory>
  10. <Directory /opt/upstream>
  11. Options Indexes FollowSymLinks MultiViews
  12. AllowOverride None
  13. Order deny,allow
  14. <FilesMatch ^[^.]$>
  15. ForceType application/octet-stream
  16. </FilesMatch>
  17. </Directory>
  18. </VirtualHost>
Add Comment
Please, Sign In to add comment