Guest User

Untitled

a guest
Jul 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName my.audiobox.fm
  3. ServerAlias beta.audiobox.fm
  4. DocumentRoot "/var/www/audiobox.fm/my/current/public"
  5. <Directory "/var/www/audiobox.fm/my/current/public">
  6. AllowOverride all
  7. Options -MultiViews
  8. </Directory>
  9. </VirtualHost>
Add Comment
Please, Sign In to add comment