Created
May 27, 2015 09:06
-
-
Save quangbahoa/edb25a0b3143554a47a7 to your computer and use it in GitHub Desktop.
000-default.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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