Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
56
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. ServerName laravel.web
  3. ServerAdmin webmaster@localhost
  4. DocumentRoot "/var/www/website/public"
  5. <Directory "/var/www/website/public">
  6. Options All
  7. AllowOverride All
  8. Require local
  9. </Directory>
  10.  
  11. ErrorLog ${APACHE_LOG_DIR}/error.log
  12. CustomLog ${APACHE_LOG_DIR}/access.log combined
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement