Advertisement
Guest User

apache config

a guest
Jan 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:80>
  2.     DocumentRoot /server/domain.tld
  3.     ServerName domain.tld
  4.  
  5.     # Other directives here
  6.  
  7. </VirtualHost>
  8.  
  9. # Druhá čast
  10. <VirtualHost *:80>
  11.     DocumentRoot /server/subdomain.domain.tld
  12.     ServerName subdomain.domain.tld
  13.  
  14.     # Other directives here
  15.  
  16. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement