Skip to content

Instantly share code, notes, and snippets.

@stringsn88keys
Created July 3, 2017 16:22
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 stringsn88keys/e898f193c95eb0b6332216d2c17f6767 to your computer and use it in GitHub Desktop.
Save stringsn88keys/e898f193c95eb0b6332216d2c17f6767 to your computer and use it in GitHub Desktop.
Apache2 conf snippet
<Directory /var/www/html/example.com/public_html/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment