Skip to content

Commit

Permalink
Merge forwardport of #11461 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/11461.patch (created by @diglin) based on commit(s):
  1. c170b4f
  2. fd17ca1

Fixed GitHub Issues in 2.3-develop branch:
  - #10811: Replace FollowSymLinks with SymLinksIfOwnerMatch (reported by @s3rj1k)
  • Loading branch information
magento-engcom-team authored Jan 23, 2018
2 parents d59be58 + 8c735e5 commit 11f6dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .htaccess.sample
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
############################################
## enable rewrites

Options +FollowSymLinks
# The following line has better security but add some performance overhead - see https://httpd.apache.org/docs/2.4/en/misc/perf-tuning.html
Options -FollowSymLinks +SymLinksIfOwnerMatch
RewriteEngine on

############################################
Expand Down

0 comments on commit 11f6dc4

Please sign in to comment.