1
0
Fork 0

Added location /mindflow/admin and the second empty line above location /guestbook/admin to separate a section.

This commit is contained in:
Alexander Andreev 2023-05-23 04:48:44 +04:00
parent 132a615236
commit 439db86bbd
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 6 additions and 0 deletions

View File

@ -29,11 +29,17 @@ server {
proxy_set_header Schema $scheme;
}
location /guestbook/admin {
allow 192.168.144.0/25;
deny all;
}
location /mindflow/admin {
allow 192.168.144.0/25;
deny all;
}
location /api/captcha/ {
limit_req zone=captcha_api nodelay;