Last active
January 24, 2017 16:24
-
-
Save marcosnakamine/b9d85ee32d9dab9b7f9086a4c73988af to your computer and use it in GitHub Desktop.
Apache 2.4 - Localhost configuration
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
#/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