ops: Implement ACL for internal APIs
This commit is contained in:
6
production/nginx/http-acl.conf
Normal file
6
production/nginx/http-acl.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# used for "internal" API restriction
|
||||
geo $remote_addr $mempool_external {
|
||||
127.0.0.1 '';
|
||||
::1 '';
|
||||
default 1;
|
||||
}
|
||||
Reference in New Issue
Block a user