AllenYuan

virtual host config

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