You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security #6008 Improved nginx config to not expose other php files (peterrehm)
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes#6008).
Discussion
----------
Improved nginx config to not expose other php files
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | #6005
This should improve the security as all non defined php files will return
a 404 error code instead of providing them as text which is a more sane
solution.
Commits
-------
6545884 Updated according to comments
31a13cb Improved nginx config to not expose other php files
0 commit comments