Last active
August 12, 2018 09:35
-
-
Save svetlio/9267362 to your computer and use it in GitHub Desktop.
SA-CORE-2013-003 for nginx
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
# add on active server block | |
location ~* /(files|files-private|tmp)/.*\.php$ { | |
deny all; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment