Created
April 11, 2013 13:02
-
-
Save relax-more/5363180 to your computer and use it in GitHub Desktop.
[apache][conf] FollowSymLinks
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
# FollowSymLinks はDocumentRoot下にシンボリックリンクされたファイルを利用するために必要。 | |
<Directory /> | |
Options FollowSymLinks | |
AllowOverride None | |
FileETag None | |
</Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment