1
0
Fork 0

Restricted access to /api/mindflow. Removed limit_req.

This commit is contained in:
Alexander Andreev 2023-05-14 03:32:44 +04:00
parent 15d357070c
commit 1c952a53cb
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}