Advertisement
Sergio_Istea

example.com.conf

Oct 10th, 2023
119
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/example.com
  5. ServerName example.com
  6.  
  7. ErrorLog ${APACHE_LOG_DIR}/error.log
  8. CustomLog ${APACHE_LOG_DIR}/access.log combined
  9.  
  10. </VirtualHost>
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement