Guest User

Untitled

a guest
Jan 22nd, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ServerAdmin webmaster@localhost
  2. DocumentRoot /var/www/sistemalaravel/public
  3.  
  4. <Directory /var/www/sistemalaravel/public>
  5. Options Indexes FollowSymLinks MultiViews
  6. AllowOverride all
  7. Order allow,deny
  8. allow from all
  9. </Directory>
  10.  
  11. ErrorLog ${APACHE_LOG_DIR}/error.log
  12. CustomLog ${APACHE_LOG_DIR}/access.log combined
Add Comment
Please, Sign In to add comment