Skip to content

Instantly share code, notes, and snippets.

@hujuice
Created December 27, 2017 22:07
Show Gist options
  • Save hujuice/8a5df99bef846ac1f1cfaaaf747ade0b to your computer and use it in GitHub Desktop.
Save hujuice/8a5df99bef846ac1f1cfaaaf747ade0b to your computer and use it in GitHub Desktop.
Documentation Apache configuration
# /path/to/docs/apache.conf
Alias /docs /path/to/docs
<Directory /path/to/docs>
Options -Indexes +FollowSymLinks
DirectoryIndex guide-README.html
AllowOverride None
Require all granted
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment