Advertisement
PrakashLakhara

prakash.gq.conf

Aug 16th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName prakash.gq
  3. ServerAlias prakash.gq
  4. ServerAdmin webmaster@localhost
  5. DocumentRoot /var/www/magento2
  6. #<FilesMatch \.php$>
  7. # 2.4.10+ can proxy to unix socket
  8. # SetHandler "proxy:unix:/run/php/php7.3-fpm.sock|fcgi://localhost"
  9. # </FilesMatch>
  10.  
  11. ErrorLog ${APACHE_LOG_DIR}/magento2.error.log
  12. CustomLog ${APACHE_LOG_DIR}/magento2.access.log combined
  13.  
  14. # For most configuration files from conf-available/, which are
  15. # enabled or disabled at a global level, it is possible to
  16. # include a line for only one particular virtual host. For example the
  17. # following line enables the CGI configuration for this host only
  18. # after it has been globally disabled with "a2disconf".
  19. #Include conf-available/serve-cgi-bin.conf
  20. </VirtualHost>
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement