Skip to content

Instantly share code, notes, and snippets.

@marcosnakamine
Last active January 24, 2017 16:24
Show Gist options
  • Save marcosnakamine/b9d85ee32d9dab9b7f9086a4c73988af to your computer and use it in GitHub Desktop.
Save marcosnakamine/b9d85ee32d9dab9b7f9086a4c73988af to your computer and use it in GitHub Desktop.
Apache 2.4 - Localhost configuration
#/etc/apache2/sites-available/000-default.conf
DocumentRoot /home/user/Projects
<Directory /home/user/Projects/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment