Skip to content

Instantly share code, notes, and snippets.

@bbg
Created March 7, 2019 12:07
Show Gist options
  • Save bbg/ae9604bfc4eacee648fe3801075c1192 to your computer and use it in GitHub Desktop.
Save bbg/ae9604bfc4eacee648fe3801075c1192 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/html/magento/
ServerName example.com
ServerAlias www.example.com
<Directory /var/www/html/magento/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment