Restricted access to /api/mindflow. Removed limit_req.
This commit is contained in:
parent
15d357070c
commit
1c952a53cb
@ -40,8 +40,11 @@ server {
|
||||
}
|
||||
|
||||
location ~ /api/guestbook/.+ {
|
||||
limit_req zone=captcha_api nodelay;
|
||||
allow 192.168.144.0/25;
|
||||
deny all;
|
||||
}
|
||||
|
||||
location ~ /api/mindflow?.+ {
|
||||
allow 192.168.144.0/25;
|
||||
deny all;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user