Skip to content

Instantly share code, notes, and snippets.

@hieunt79
Created March 20, 2020 06:45
Show Gist options
  • Save hieunt79/643288ae1adfd62f37e01e9bac372436 to your computer and use it in GitHub Desktop.
Save hieunt79/643288ae1adfd62f37e01e9bac372436 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName mvpdns.domain01.tk
ServerAlias www.mvpdns.domain01.tk
ServerAlias *.mvpdns.domain01.tk
DocumentRoot /var/www/jorimy/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/jorimy/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment