Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. DocumentRoot /var/www/html/reactApp
  4. ServerName reactapp.local
  5.  
  6. <Directory /var/www/html/reactApp/>
  7. AllowOverride All
  8. </Directory>
  9. ErrorLog ${APACHE_LOG_DIR}/react-error.log
  10. CustomLog ${APACHE_LOG_DIR}/react-access.log combined
  11. </VirtualHost>
Add Comment
Please, Sign In to add comment