Advertisement
Sergio_Istea

aplicacion.web.conf

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