Skip to content

Instantly share code, notes, and snippets.

@hoangdh
Created October 14, 2018 13:42
Show Gist options
  • Save hoangdh/c1d2ee8e2026daf4e4e7f5a76048e58f to your computer and use it in GitHub Desktop.
Save hoangdh/c1d2ee8e2026daf4e4e7f5a76048e58f to your computer and use it in GitHub Desktop.
<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