Your IP : 216.73.216.220


Current Path : /home/deltalab/mage/docker-magento2/.docker/config/
Upload File :
Current File : //home/deltalab/mage/docker-magento2/.docker/config/magento.conf

<VirtualHost *:80>
  ServerAdmin admin@yourdomain.com
  DocumentRoot /var/www/html/
#  ServerName dev.local
#  ServerAlias www.dev.local
  <Directory /var/www/html/>
    Options FollowSymLinks
    AllowOverride All
    Order allow,deny
    allow from all
  </Directory>
  ErrorLog /var/log/apache2/magento2-error_log
  CustomLog /var/log/apache2/magento2-access_log common
</VirtualHost>