Advertisement
SyP-

ehemplo.site

Dec 16th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  
  3. ServerAdmin webmaster@localhost
  4. DocumentRoot /var/www/ejemplo.site
  5. ServerName ejemplo.site
  6. ErrorLog ${APACHE_LOG_DIR}/error.log
  7. CustomLog ${APACHE_LOG_DIR}/access.log combined
  8.  
  9. </VirtualHost>
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement