Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. ServerName adhisty.zara
  4. ServerAlias adhisty.zara
  5. DocumentRoot /var/www/html/act_company_profile/public
  6.  
  7. ErrorLog ${APACHE_LOG_DIR}/error.log
  8. CustomLog ${APACHE_LOG_DIR}/access.log combined
  9.  
  10. <Directory /var/www/html/act_company_profile/public/>
  11. Options Indexes FollowSymLinks
  12. AllowOverride All
  13. Require all granted
  14. </Directory>
  15. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement