Skip to content

Commit

Permalink
fix document root options
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 9, 2014
1 parent c24138f commit 935660e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy/opt/local/etc/httpd/conf.d/03-documentroot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DocumentRoot "/opt/local/share/httpd/htdocs"
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
Options -Indexes FollowSymLinks
Options -Indexes +FollowSymLinks

# AllowOverride controls what directives may be placed in .htaccess files.
AllowOverride None
Expand Down

0 comments on commit 935660e

Please sign in to comment.