Created
December 27, 2017 22:07
-
-
Save hujuice/8a5df99bef846ac1f1cfaaaf747ade0b to your computer and use it in GitHub Desktop.
Documentation Apache 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
# /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