Skip to content

Instantly share code, notes, and snippets.

@relax-more
Created April 11, 2013 13:02
Show Gist options
  • Save relax-more/5363180 to your computer and use it in GitHub Desktop.
Save relax-more/5363180 to your computer and use it in GitHub Desktop.
[apache][conf] FollowSymLinks
# 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