nginx: remove blacklisted IP
This commit is contained in:
parent
b7159293c1
commit
11c5632121
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ location /realtime {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /v1/repositories/ {
|
location /v1/repositories/ {
|
||||||
# blacklisted for bad behavior 19FEB2015
|
|
||||||
deny 107.23.4.180;
|
|
||||||
|
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
|
||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
|
|
Reference in a new issue