Skip to content

Instantly share code, notes, and snippets.

@quangbahoa
Created May 27, 2015 09:06
Show Gist options
  • Save quangbahoa/edb25a0b3143554a47a7 to your computer and use it in GitHub Desktop.
Save quangbahoa/edb25a0b3143554a47a7 to your computer and use it in GitHub Desktop.
000-default.conf
<VirtualHost *:80>
ServerName getorganic.vn
ServerAdmin webmaster@localhost
DocumentRoot /home/getorganic.vn/public_html
<Directory "/home/getorganic.vn/public_html">
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment