Skip to content

Instantly share code, notes, and snippets.

@gboddin
Last active November 6, 2015 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gboddin/ba66077405600661d4c2 to your computer and use it in GitHub Desktop.
Save gboddin/ba66077405600661d4c2 to your computer and use it in GitHub Desktop.
apache2.4-travis-default
<VirtualHost *:80>
DocumentRoot ROOT_DIRECTORY
<Directory ROOT_DIRECTORY>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment