Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <VirtualHost *:80>
  2. UseCanonicalName Off
  3. VirtualDocumentRoot "/www/%1.0.%-1.0/public"
  4. ServerName %1.0.%-1.0
  5. ServerAlias %1.0.%-1.0.*.xip.io
  6.  
  7. <Directory />
  8. Options FollowSymLinks
  9. AllowOverride All
  10. Order allow,deny
  11. Allow from all
  12. </Directory>
  13. </VirtualHost>
  14.  
  15. <VirtualHost *:80>
  16. UseCanonicalName Off
  17. VirtualDocumentRoot "/www/%2.0.%-1.0/assets"
  18. ServerName assets.%2.0.%-1.0
  19. ServerAlias assets.%2.0.%-1.0.*.xip.io
  20. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement