Created
October 14, 2018 13:42
-
-
Save hoangdh/c1d2ee8e2026daf4e4e7f5a76048e58f to your computer and use it in GitHub Desktop.
This file contains hidden or 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> | |
DocumentRoot "/opt/ctds" | |
<Directory /opt/ctds> | |
Options -Indexes +FollowSymLinks +MultiViews | |
AllowOverride All | |
Require all granted | |
</Directory> | |
ServerName nangtam.vn | |
ServerAlias *.nangtam.vn | |
ErrorLog ${APACHE_LOG_DIR}/ctds-error.log | |
TransferLog ${APACHE_LOG_DIR}/ctds-access.log | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment