1
0
Fork 0

Restrict everything but /api/guestbook endpoint.

This commit is contained in:
Alexander Andreev 2023-05-14 02:40:48 +04:00
parent cd5ea3ea5c
commit 15d357070c
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ server {
limit_req zone=captcha_api nodelay;
}
location /api/guestbook/ {
location ~ /api/guestbook/.+ {
limit_req zone=captcha_api nodelay;
allow 192.168.144.0/25;