You've already forked nginx-snippets
minor changes
This commit is contained in:
@@ -3,6 +3,6 @@ deny all;
|
||||
return 404;
|
||||
}
|
||||
|
||||
location ~ (\.aws$|\.cgi$|\.env$|\.perl$|\.pl$|\.py$) {
|
||||
location ~ (\.aws$|\.cgi$|\.env$|\.perl$|\.pl$|\.py$|\.sh$) {
|
||||
return 444;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user