mirror of
https://github.com/mempool/mempool.git
synced 2025-01-01 03:04:27 +01:00
9 lines
266 B
Plaintext
9 lines
266 B
Plaintext
|
location /api/v1/contributors {
|
||
|
proxy_pass https://mempool.space;
|
||
|
proxy_hide_header onion-location;
|
||
|
proxy_hide_header strict-transport-security;
|
||
|
proxy_hide_header content-security-policy;
|
||
|
proxy_hide_header x-frame-options;
|
||
|
# don't rate limit this API prefix
|
||
|
}
|